aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 13:04:49 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 13:04:49 +0100
commit6d69c8ef6b663bd6716b441cc7d01164c7e33dfc (patch)
treecbf6d4a4d7f099ca662bed00edc627212511a99e /game/prefab/CMakeLists.txt
parent87ae4d186ad64531e96fd3e121112f2787894295 (diff)
more WIP zapperpool
Diffstat (limited to 'game/prefab/CMakeLists.txt')
-rw-r--r--game/prefab/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/prefab/CMakeLists.txt b/game/prefab/CMakeLists.txt
index 5f8ea6c..d77b9b1 100644
--- a/game/prefab/CMakeLists.txt
+++ b/game/prefab/CMakeLists.txt
@@ -1,4 +1,5 @@
target_sources(main PUBLIC
ZapperObject.cpp
+ ZapperPoolSubScene.cpp
)