diff options
author | 2025-05-18 18:33:16 +0200 | |
---|---|---|
committer | 2025-05-18 18:34:27 +0200 | |
commit | ffa6d38ceb4a29134f00d4a51947f3b359435661 (patch) | |
tree | 1aab8978dbda2528c0dabc4862db9785926482fe /CMakeLists.txt | |
parent | 987209dde8f477535a8805aeef9ecf35b7cb5e4f (diff) | |
download | tris-ffa6d38ceb4a29134f00d4a51947f3b359435661.tar.gz tris-ffa6d38ceb4a29134f00d4a51947f3b359435661.zip |
Move UI inside engine
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5443132..865f37f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ add_definitions(-DX11) add_executable(tris src/main/main.c - src/main/ui/ui.h - src/main/ui/x11/ui.c + src/main/engine/ui/ui.h + src/main/engine/ui/x11/ui.c src/main/util.h src/main/util.c src/main/engine/engine.h |