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