summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f6d26c..58a7649 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -39,6 +39,7 @@ add_executable(Ether
39 src/game.cpp 39 src/game.cpp
40 src/sign.cpp 40 src/sign.cpp
41 src/menu.cpp 41 src/menu.cpp
42 src/runtime_test.cpp
42 vendor/fov.c 43 vendor/fov.c
43) 44)
44 45