From 0498865a1950f500b8a6660ea8eb853664b8cecd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Feb 2019 15:32:23 +0800 Subject: [PATCH] roojspacker/CMakeLists.txt Attribute changed roojspacker/.gitignore roojspacker/.gitignore Attribute changed bin/.gitignore bin/.gitignore --- roojspacker/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roojspacker/CMakeLists.txt b/roojspacker/CMakeLists.txt index 30c4c01..753677a 100644 --- a/roojspacker/CMakeLists.txt +++ b/roojspacker/CMakeLists.txt @@ -128,9 +128,9 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${ROOJSPACKER_PKG_NAME}.vapi # Install the library install (TARGETS ${ROOJSPACKER_LIBRARY_NAME} - RUNTIME DESTINATION bin ${CMAKE_INSTALL_BINDIR} # On Windows, the DLL goes in the same place as the executables - LIBRARY DESTINATION lib ${CMAKE_INSTALL_LIBDIR} # This is where shared libraries (*.so on Linux, *.dynlib on OS X) - ARCHIVE DESTINATION lib ${CMAKE_INSTALL_LIBDIR}) # Finally, this is where static libraries (*.a) go + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} # On Windows, the DLL goes in the same place as the executables + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} # This is where shared libraries (*.so on Linux, *.dynlib on OS X) + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) # Finally, this is where static libraries (*.a) go # Install the C header install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${ROOJSPACKER_PKG_NAME}.h -- 2.39.2