]> git.lizzy.rs Git - nothing.git/blobdiff - CMakeLists.txt
(#503) Make hide-goal and show-goal accessible in console
[nothing.git] / CMakeLists.txt
index 7e90d257de93032916a9ae579febfc029f80ef8c..7ae77574ee5db7a47c5a495f94fb0521d5d83f88 100644 (file)
@@ -49,7 +49,6 @@ add_executable(nothing
   src/ebisp/gc.c
   src/ebisp/scope.c
   src/sdl/renderer.c
-  src/system/error.c
   src/system/lt.c
   src/system/lt/lt_adapters.c
   src/system/lt/lt_slot.c
@@ -92,7 +91,6 @@ add_executable(nothing
   src/ebisp/parser.h
   src/ebisp/tokenizer.h
   src/sdl/renderer.h
-  src/system/error.h
   src/system/lt.h
   src/system/lt/lt_adapters.h
   src/system/lt/lt_slot.h
@@ -109,6 +107,8 @@ add_executable(nothing
   src/system/log.c
   src/system/nth_alloc.h
   src/system/nth_alloc.c
+  src/game/level_script.c
+  src/game/level_script.h
 )
 
 add_executable(repl
@@ -131,8 +131,6 @@ add_executable(repl
   src/system/lt/lt_adapters.h
   src/system/lt/lt_slot.c
   src/system/lt/lt_slot.h
-  src/system/error.c
-  src/system/error.h
   src/ebisp/gc.h
   src/ebisp/gc.c
   src/str.h
@@ -157,8 +155,6 @@ add_executable(nothing_test
   src/ebisp/tokenizer.h
   src/ebisp/gc.h
   src/ebisp/gc.c
-  src/system/error.c
-  src/system/error.h
   src/system/lt.c
   src/system/lt.h
   src/system/lt/lt_adapters.c