Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-01-12 01:05:23 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2018-01-13 15:58:17 +0300
commit15967b121964f14c809bfc5686e1bc802c711dd1 (patch)
tree1074cdd479e67fbdbb0a478d458a7ee7246e8768 /shell_integration
parent0656c77da8ec4096aa897702ad86fa49184d2e02 (diff)
Install all dlls to BINDIR so craft does not ignore them
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/windows/OCContextMenu/CMakeLists.txt2
-rw-r--r--shell_integration/windows/OCOverlays/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell_integration/windows/OCContextMenu/CMakeLists.txt b/shell_integration/windows/OCContextMenu/CMakeLists.txt
index 27f45f582..fb4a42efd 100644
--- a/shell_integration/windows/OCContextMenu/CMakeLists.txt
+++ b/shell_integration/windows/OCContextMenu/CMakeLists.txt
@@ -12,5 +12,5 @@ target_link_libraries(OCContextMenu
install(TARGETS OCContextMenu
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR}
)
diff --git a/shell_integration/windows/OCOverlays/CMakeLists.txt b/shell_integration/windows/OCOverlays/CMakeLists.txt
index 5e3cb7dff..7837f8fb4 100644
--- a/shell_integration/windows/OCOverlays/CMakeLists.txt
+++ b/shell_integration/windows/OCOverlays/CMakeLists.txt
@@ -11,5 +11,5 @@ target_link_libraries(OCOverlays
install(TARGETS OCOverlays
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR}
)