diff options
| author | untodesu <kirill@untode.su> | 2025-03-15 19:45:36 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-03-15 19:45:36 +0500 |
| commit | f7fbca1200015ddfd4de491e6c52996e6a3353d2 (patch) | |
| tree | f43f9c9005ed86f7ac6b94628915889f2cb56611 /game/client/CMakeLists.txt | |
| parent | 0a396cde7f9a629038e1d7f85e582155744bc7c7 (diff) | |
| download | voxelius-f7fbca1200015ddfd4de491e6c52996e6a3353d2.tar.bz2 voxelius-f7fbca1200015ddfd4de491e6c52996e6a3353d2.zip | |
After a year finally add direct connection screen
Diffstat (limited to 'game/client/CMakeLists.txt')
| -rw-r--r-- | game/client/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/client/CMakeLists.txt b/game/client/CMakeLists.txt index 9339773..8fc9858 100644 --- a/game/client/CMakeLists.txt +++ b/game/client/CMakeLists.txt @@ -18,6 +18,8 @@ add_executable(vclient "${CMAKE_CURRENT_LIST_DIR}/const.hh" "${CMAKE_CURRENT_LIST_DIR}/crosshair.cc" "${CMAKE_CURRENT_LIST_DIR}/crosshair.hh" + "${CMAKE_CURRENT_LIST_DIR}/direct_connection.cc" + "${CMAKE_CURRENT_LIST_DIR}/direct_connection.hh" "${CMAKE_CURRENT_LIST_DIR}/experiments.cc" "${CMAKE_CURRENT_LIST_DIR}/experiments.hh" "${CMAKE_CURRENT_LIST_DIR}/factory.cc" |
