aboutsummaryrefslogtreecommitdiff
path: root/frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 13:18:50 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 13:18:50 +0100
commit5a675c5e6833e98b92b55396594bc0d607b98903 (patch)
treeb252fafe921e7734a13d796b950e5ab817a22a1f /frontend/CMakeLists.txt
parent671a25463419691bc6c8d11bd57d932bdea9632b (diff)
clean up code + implement teleport consumable
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r--frontend/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt
index 03191dd..8f086d3 100644
--- a/frontend/CMakeLists.txt
+++ b/frontend/CMakeLists.txt
@@ -7,7 +7,6 @@ target_sources(main PUBLIC
generate_dungeon.cpp
DB.cpp
GameData.cpp
- util.cpp
)
add_subdirectory(cmd)