summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c27a87a..91f0290 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,8 @@ add_executable(tris
src/main/ui/ui.h
src/main/ui/x11/ui.c
src/main/util.h
- src/main/util.c)
+ src/main/util.c
+ src/main/engine/engine.h
+ src/main/engine/engine.c)
target_link_libraries(tris PRIVATE X11 GL GLX)