cmake-install.patch 464 B

123456789101112
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 5ae2017..30e2045 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -83,6 +83,7 @@ if(PLATFORMFOLDERS_ENABLE_INSTALL)
  6. EXPORT "platform_foldersConfig"
  7. LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
  8. ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
  9. + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
  10. # Tells it where to put the header files
  11. PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sago"
  12. )