]> git.lizzy.rs Git - nothing.git/blobdiff - CMakeLists.txt
(#587) Use scripts_of_svg.py to generate deps for Makefile
[nothing.git] / CMakeLists.txt
index 223f602f2bb1f23cf281dc6ff45c022382ff3186..5083557503e5166d00ec14d151e86ee5cc374ee3 100644 (file)
@@ -117,6 +117,8 @@ add_executable(nothing
   src/system/nth_alloc.c
   src/game/level_script.c
   src/game/level_script.h
+  src/ebisp/std.h
+  src/ebisp/std.c
 )
 
 add_executable(repl
@@ -149,6 +151,8 @@ add_executable(repl
   src/system/nth_alloc.c
   src/ebisp/repl_runtime.h
   src/ebisp/repl_runtime.c
+  src/ebisp/std.h
+  src/ebisp/std.c
   )
 add_executable(nothing_test
   src/ebisp/builtins.c