summaryrefslogtreecommitdiffstats
path: root/game/shared/world/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/world/CMakeLists.txt')
-rw-r--r--game/shared/world/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/shared/world/CMakeLists.txt b/game/shared/world/CMakeLists.txt
index cc7ed90..db3f370 100644
--- a/game/shared/world/CMakeLists.txt
+++ b/game/shared/world/CMakeLists.txt
@@ -8,6 +8,8 @@ target_sources(shared PRIVATE
"${CMAKE_CURRENT_LIST_DIR}/feature.hh"
"${CMAKE_CURRENT_LIST_DIR}/item_registry.cc"
"${CMAKE_CURRENT_LIST_DIR}/item_registry.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/item.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/item.hh"
"${CMAKE_CURRENT_LIST_DIR}/ray_dda.cc"
"${CMAKE_CURRENT_LIST_DIR}/ray_dda.hh"
"${CMAKE_CURRENT_LIST_DIR}/voxel_registry.cc"