cmake-add-runtime-install-destination.patch 292 B

123456789101112
  1. diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt
  2. index 4e6567e..dec0513 100644
  3. --- a/lemon/CMakeLists.txt
  4. +++ b/lemon/CMakeLists.txt
  5. @@ -68,6 +68,7 @@ INSTALL(
  6. TARGETS lemon
  7. ARCHIVE DESTINATION lib
  8. LIBRARY DESTINATION lib
  9. + RUNTIME DESTINATION bin
  10. COMPONENT library
  11. )