summaryrefslogtreecommitdiffstats
path: root/game/client/entity/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/entity/CMakeLists.txt')
-rw-r--r--game/client/entity/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/game/client/entity/CMakeLists.txt b/game/client/entity/CMakeLists.txt
deleted file mode 100644
index 4da10d6..0000000
--- a/game/client/entity/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-target_sources(vclient PRIVATE
- "${CMAKE_CURRENT_LIST_DIR}/camera.cc"
- "${CMAKE_CURRENT_LIST_DIR}/camera.hh"
- "${CMAKE_CURRENT_LIST_DIR}/factory.cc"
- "${CMAKE_CURRENT_LIST_DIR}/factory.hh"
- "${CMAKE_CURRENT_LIST_DIR}/interpolation.cc"
- "${CMAKE_CURRENT_LIST_DIR}/interpolation.hh"
- "${CMAKE_CURRENT_LIST_DIR}/listener.cc"
- "${CMAKE_CURRENT_LIST_DIR}/listener.hh"
- "${CMAKE_CURRENT_LIST_DIR}/player_look.cc"
- "${CMAKE_CURRENT_LIST_DIR}/player_look.hh"
- "${CMAKE_CURRENT_LIST_DIR}/player_move.cc"
- "${CMAKE_CURRENT_LIST_DIR}/player_move.hh"
- "${CMAKE_CURRENT_LIST_DIR}/sound_emitter.cc"
- "${CMAKE_CURRENT_LIST_DIR}/sound_emitter.hh")