This commit is contained in:
Erik Frojdh 2018-01-30 11:15:31 +01:00
parent 8778fa0aca
commit caf2548391
2 changed files with 4 additions and 4 deletions

View File

@ -101,6 +101,6 @@ if(DOXYGEN_FOUND)
endif() endif()
install(TARGETS slsDetectorShared slsDetectorStatic install(TARGETS slsDetectorShared slsDetectorStatic
LIBRARY DESTINATION bin LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION bin) ARCHIVE DESTINATION lib)

View File

@ -99,6 +99,6 @@ endif ()
install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver
RUNTIME DESTINATION bin RUNTIME DESTINATION bin
LIBRARY DESTINATION bin LIBRARY DESTINATION lib
ARCHIVE DESTINATION bin ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include) PUBLIC_HEADER DESTINATION include)