diff --git a/slsDetectorSoftware/CMakeLists.txt b/slsDetectorSoftware/CMakeLists.txt index 9ecf2a29b..6513b012d 100644 --- a/slsDetectorSoftware/CMakeLists.txt +++ b/slsDetectorSoftware/CMakeLists.txt @@ -101,6 +101,6 @@ if(DOXYGEN_FOUND) endif() install(TARGETS slsDetectorShared slsDetectorStatic - LIBRARY DESTINATION bin + LIBRARY DESTINATION lib PUBLIC_HEADER DESTINATION include - ARCHIVE DESTINATION bin) + ARCHIVE DESTINATION lib) diff --git a/slsReceiverSoftware/CMakeLists.txt b/slsReceiverSoftware/CMakeLists.txt index 005a70cb9..a7de05eed 100644 --- a/slsReceiverSoftware/CMakeLists.txt +++ b/slsReceiverSoftware/CMakeLists.txt @@ -99,6 +99,6 @@ endif () install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver RUNTIME DESTINATION bin - LIBRARY DESTINATION bin - ARCHIVE DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib PUBLIC_HEADER DESTINATION include) \ No newline at end of file