summaryrefslogtreecommitdiffhomepage
path: root/Starshatter
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 /Starshatter
parent49bc1ee46dcbe1b9113959d04f21b81647112a36 (diff)
downloadstarshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.zip
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.gz
starshatter-8cf8ef6178659ee3aa59d16fcff4012f2df6f425.tar.bz2
Naively added components to install targets
Diffstat (limited to 'Starshatter')
-rw-r--r--Starshatter/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Starshatter/CMakeLists.txt b/Starshatter/CMakeLists.txt
index 2501825..913685f 100644
--- a/Starshatter/CMakeLists.txt
+++ b/Starshatter/CMakeLists.txt
@@ -18,4 +18,9 @@ target_sources(
Starshatter
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/Starshatter.rc
)
-install(TARGETS Starshatter RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX})
+install(
+ TARGETS Starshatter
+ RUNTIME
+ COMPONENT Runtime
+ DESTINATION ${CMAKE_INSTALL_PREFIX}
+ )