]> git.lizzy.rs Git - nothing.git/blobdiff - CMakeLists.txt
(#434) Implement multiplication in Ebisp
[nothing.git] / CMakeLists.txt
index 5083557503e5166d00ec14d151e86ee5cc374ee3..9aeb187ace521dfe01e14da02654bb2208d46336 100644 (file)
@@ -119,6 +119,8 @@ add_executable(nothing
   src/game/level_script.h
   src/ebisp/std.h
   src/ebisp/std.c
+  src/system/stacktrace.h
+  src/system/stacktrace.c
 )
 
 add_executable(repl
@@ -153,6 +155,8 @@ add_executable(repl
   src/ebisp/repl_runtime.c
   src/ebisp/std.h
   src/ebisp/std.c
+  src/system/stacktrace.h
+  src/system/stacktrace.c
   )
 add_executable(nothing_test
   src/ebisp/builtins.c
@@ -184,6 +188,8 @@ add_executable(nothing_test
   src/system/log.c
   src/system/nth_alloc.h
   src/system/nth_alloc.c
+  src/system/stacktrace.h
+  src/system/stacktrace.c
   )
 target_link_libraries(nothing ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY} m)
 target_link_libraries(nothing_test ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY} m)