From 7a09e9bcc81bb3e8d577c6f960814ec3b7c436db Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Tue, 3 Jan 2023 15:24:17 +0100 Subject: [PATCH] chore: install namelink to dev component --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5a8a03..fae20c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,8 +139,8 @@ endif() install(TARGETS ${EXPORT_SET} EXPORT sdbus-c++-targets - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT runtime + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT sdbus-c++-runtime + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT runtime NAMELINK_COMPONENT dev ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT dev PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${SDBUSCPP_INCLUDE_SUBDIR} COMPONENT dev)