We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033da4b commit 25b833cCopy full SHA for 25b833c
src/CMakeLists.txt
@@ -4,6 +4,7 @@ include_directories("${laco_SOURCE_DIR}/src" "${DEPS_DIR}/linenoise")
4
5
set(SOURCE ${DEPS_DIR}/linenoise/linenoise.c
6
main.c util.c util/print.c
7
+ commands/debugger.c
8
flags.c commands.c laco.c)
9
10
add_executable(laco ${SOURCE})
0 commit comments