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.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/server/world/CMakeLists.txt b/game/server/world/CMakeLists.txt
deleted file mode 100644
index 58a2216..0000000
--- a/game/server/world/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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"
- "${CMAKE_CURRENT_LIST_DIR}/unloader.hh"
- "${CMAKE_CURRENT_LIST_DIR}/worldgen.cc"
- "${CMAKE_CURRENT_LIST_DIR}/worldgen.hh")