summaryrefslogtreecommitdiffstats
path: root/game/server/world/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/world/CMakeLists.txt')
-rw-r--r--game/server/world/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/game/server/world/CMakeLists.txt b/game/server/world/CMakeLists.txt
new file mode 100644
index 0000000..e8fd4be
--- /dev/null
+++ b/game/server/world/CMakeLists.txt
@@ -0,0 +1,10 @@
+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}/universe.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/universe.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/unloader.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/unloader.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/worldgen.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/worldgen.hh")