TartanLlama / minidbg

A mini x86 linux debugger for teaching purposes
MIT License
592 stars 104 forks source link

linenoise.c file missing #1

Closed cxwx closed 7 years ago

cxwx commented 7 years ago

CMake Error at CMakeLists.txt:7 (add_executable): Cannot find source file:

ext/linenoise/linenoise.c
TartanLlama commented 7 years ago

Try running git submodule init and git submodule update.