summaryrefslogtreecommitdiffhomepage
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-06 23:52:48 +0100
committerAki <please@ignore.pl>2024-03-06 23:52:48 +0100
commit1ef05b8b227194ec32ae49f0eaf3e483ef35bb6b (patch)
tree2fdb4ea191be34d04881953702710d0422b71fbf /data/CMakeLists.txt
parent16cb913328fa028c26f935a29454687c3970cf1d (diff)
downloadstarshatter-1ef05b8b227194ec32ae49f0eaf3e483ef35bb6b.zip
starshatter-1ef05b8b227194ec32ae49f0eaf3e483ef35bb6b.tar.gz
starshatter-1ef05b8b227194ec32ae49f0eaf3e483ef35bb6b.tar.bz2
Include Public Test Server info with game until Lobby is working
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 026fb14..10cbcd7 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -41,6 +41,7 @@ install(
${CMAKE_CURRENT_BINARY_DIR}/shatter.dat
${CMAKE_CURRENT_BINARY_DIR}/start.dat
${CMAKE_CURRENT_BINARY_DIR}/vox.dat
+ ${CMAKE_CURRENT_SOURCE_DIR}/client.cfg
COMPONENT Resources
DESTINATION ${CMAKE_INSTALL_PREFIX}
)