Skip to content

Commit 25b833c

Browse files
committed
Add debugger.c to cmake
1 parent 033da4b commit 25b833c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include_directories("${laco_SOURCE_DIR}/src" "${DEPS_DIR}/linenoise")
44

55
set(SOURCE ${DEPS_DIR}/linenoise/linenoise.c
66
main.c util.c util/print.c
7+
commands/debugger.c
78
flags.c commands.c laco.c)
89

910
add_executable(laco ${SOURCE})

0 commit comments

Comments
 (0)