diff options
Diffstat (limited to 'game/shared/CMakeLists.txt')
| -rw-r--r-- | game/shared/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/shared/CMakeLists.txt b/game/shared/CMakeLists.txt index cd3eed4..b0cd086 100644 --- a/game/shared/CMakeLists.txt +++ b/game/shared/CMakeLists.txt @@ -12,6 +12,8 @@ add_library(shared STATIC "${CMAKE_CURRENT_LIST_DIR}/dimension.hh" "${CMAKE_CURRENT_LIST_DIR}/factory.cc" "${CMAKE_CURRENT_LIST_DIR}/factory.hh" + "${CMAKE_CURRENT_LIST_DIR}/feature.cc" + "${CMAKE_CURRENT_LIST_DIR}/feature.hh" "${CMAKE_CURRENT_LIST_DIR}/game_items.cc" "${CMAKE_CURRENT_LIST_DIR}/game_items.hh" "${CMAKE_CURRENT_LIST_DIR}/game_voxels.cc" |
