From 8cf8ef6178659ee3aa59d16fcff4012f2df6f425 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 00:15:20 +0200 Subject: Naively added components to install targets --- Starshatter/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Starshatter') 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} + ) -- cgit v1.1