aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/CMakeLists.txt6
-rw-r--r--src/waffle/CMakeLists.txt7
2 files changed, 10 insertions, 3 deletions
diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt
index 5bdf9c4..848702c 100644
--- a/src/utils/CMakeLists.txt
+++ b/src/utils/CMakeLists.txt
@@ -16,4 +16,8 @@ if(waffle_on_mac)
)
endif()
-install(TARGETS wflinfo DESTINATION bin)
+install(
+ TARGETS wflinfo
+ DESTINATION ${CMAKE_INSTALL_BINDIR}
+ COMPONENT utils
+ )
diff --git a/src/waffle/CMakeLists.txt b/src/waffle/CMakeLists.txt
index 10a0241..12cc567 100644
--- a/src/waffle/CMakeLists.txt
+++ b/src/waffle/CMakeLists.txt
@@ -175,8 +175,11 @@ set_target_properties(${waffle_libname}
LINK_INTERFACE_LIBRARIES ""
)
-install(TARGETS ${waffle_libname}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+install(
+ TARGETS ${waffle_libname}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT libraries
+ )
# ----------------------------------------------------------------------------
# Target: waffle_static