From ad6d2550d0e728a2927270721ebcd62671f1f0aa Mon Sep 17 00:00:00 2001 From: Sai Sasidhar Maddali Date: Wed, 10 Feb 2016 14:38:34 +0100 Subject: ADD: Runtime installation target for Windows --- plugins/mock/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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}) -- cgit v1.2.3