summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-02-10 14:38:34 +0100
committerSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-03-15 15:24:25 +0100
commitad6d2550d0e728a2927270721ebcd62671f1f0aa (patch)
treeffeee3a7078279b8f16b74ec660cc9ed68d47a12
parentf8d3dc2c2372b79c76d313696e98f9b2932f9ea6 (diff)
downloadlibuca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.gz
libuca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.bz2
libuca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.xz
libuca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.zip
ADD: Runtime installation target for Windows
-rw-r--r--plugins/mock/CMakeLists.txt1
-rw-r--r--src/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mock/CMakeLists.txt b/plugins/mock/CMakeLists.txt
index 5cb1067..a53c071 100644
--- a/plugins/mock/CMakeLists.txt
+++ b/plugins/mock/CMakeLists.txt
@@ -17,4 +17,5 @@ target_link_libraries(ucamock uca m ${UCA_DEPS})
install(TARGETS ucamock
LIBRARY DESTINATION ${UCA_PLUGINDIR}
+ RUNTIME DESTINATION ${UCA_BINDIR}
COMPONENT ${UCA_CAMERA_NAME})
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d8af907..eab0f9c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -114,6 +114,7 @@ endif()
#{{{ Installation
install(TARGETS uca
LIBRARY DESTINATION ${UCA_LIBDIR}
+ RUNTIME DESTINATION ${UCA_BINDIR}
COMPONENT libraries)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libuca.pc