diff options
author | 2025-05-19 15:57:13 +0200 | |
---|---|---|
committer | 2025-05-19 15:58:04 +0200 | |
commit | 73195399de0a6b5de27a838bba2daedc8ff2ae65 (patch) | |
tree | 4b2906c08d94af5eda8e4d778b3d973ff78e443d /CMakeLists.txt | |
parent | bc803cb0a6d7095a45eec4413c55dd113c0eb659 (diff) | |
download | tris-73195399de0a6b5de27a838bba2daedc8ff2ae65.tar.gz tris-73195399de0a6b5de27a838bba2daedc8ff2ae65.zip |
Add reference to UI in the Engine structure
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 865f37f..31d9982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ add_executable(tris src/main/game/game.h src/main/game/game.c src/main/util/list.h - src/main/util/list.c) + src/main/util/list.c + src/main/engine/ui/types.h) target_link_libraries(tris PRIVATE X11 GL GLX) |