diff options
| author | untodesu <kirill@untode.su> | 2025-09-12 15:09:01 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-12 15:09:01 +0500 |
| commit | f210a86c1406ccc6dfd6f14181dd7a1274ee0de4 (patch) | |
| tree | 58bf44927afe33609dc3a531b0d183f5504d8485 /game/server/world/CMakeLists.txt | |
| parent | 73cbcdd6e8c849e32abbf9757e603e6a6654e870 (diff) | |
| download | voxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.tar.bz2 voxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.zip | |
Random ticking? In my game?! Hell yeah!
Diffstat (limited to 'game/server/world/CMakeLists.txt')
| -rw-r--r-- | game/server/world/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/server/world/CMakeLists.txt b/game/server/world/CMakeLists.txt index e8fd4be..58a2216 100644 --- a/game/server/world/CMakeLists.txt +++ b/game/server/world/CMakeLists.txt @@ -2,6 +2,8 @@ target_sources(vserver PRIVATE "${CMAKE_CURRENT_LIST_DIR}/inhabited.hh" "${CMAKE_CURRENT_LIST_DIR}/overworld.cc" "${CMAKE_CURRENT_LIST_DIR}/overworld.hh" + "${CMAKE_CURRENT_LIST_DIR}/random_tick.cc" + "${CMAKE_CURRENT_LIST_DIR}/random_tick.hh" "${CMAKE_CURRENT_LIST_DIR}/universe.cc" "${CMAKE_CURRENT_LIST_DIR}/universe.hh" "${CMAKE_CURRENT_LIST_DIR}/unloader.cc" |
