summaryrefslogtreecommitdiffhomepage
path: root/Starserver
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-10-17 00:15:20 +0200
committerAki <please@ignore.pl>2022-10-17 00:15:20 +0200
commit8cf8ef6178659ee3aa59d16fcff4012f2df6f425 (patch)
tree4f5f8bad487f14f3cf1a570c6f188166e83e8120 /Starserver
parent49bc1ee46dcbe1b9113959d04f21b81647112a36 (diff)
downloadstarshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.zip
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.gz
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.bz2
Naively added components to install targets
Diffstat (limited to 'Starserver')
-rw-r--r--Starserver/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Starserver/CMakeLists.txt b/Starserver/CMakeLists.txt
index 779b494..43e3d29 100644
--- a/Starserver/CMakeLists.txt
+++ b/Starserver/CMakeLists.txt
@@ -15,4 +15,9 @@ target_link_libraries(
Starserver
PRIVATE StarsEx
)
-install(TARGETS Starserver RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX})
+install(
+ TARGETS Starserver
+ RUNTIME
+ COMPONENT Runtime
+ DESTINATION ${CMAKE_INSTALL_PREFIX}
+ )