diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 13:04:49 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 13:04:49 +0100 |
commit | 6d69c8ef6b663bd6716b441cc7d01164c7e33dfc (patch) | |
tree | cbf6d4a4d7f099ca662bed00edc627212511a99e /game/prefab/CMakeLists.txt | |
parent | 87ae4d186ad64531e96fd3e121112f2787894295 (diff) |
more WIP zapperpool
Diffstat (limited to 'game/prefab/CMakeLists.txt')
-rw-r--r-- | game/prefab/CMakeLists.txt | 1 |
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 ) |