summaryrefslogtreecommitdiffstats
path: root/plugins/file
diff options
context:
space:
mode:
authorSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-02-15 12:19:47 +0100
committerSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-03-15 15:33:44 +0100
commit6c2c19d1101a043cc0b05065447cc9321ed32ac0 (patch)
tree44149b431a284c848d65ef9e969685b936bc5ee5 /plugins/file
parentad6d2550d0e728a2927270721ebcd62671f1f0aa (diff)
downloaduca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.gz
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.bz2
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.xz
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.zip
FIX: Symbol name exported by plugin is causing a recursive call in Windows
Diffstat (limited to 'plugins/file')
-rw-r--r--plugins/file/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/file/CMakeLists.txt b/plugins/file/CMakeLists.txt
index ab655fb..741ac56 100644
--- a/plugins/file/CMakeLists.txt
+++ b/plugins/file/CMakeLists.txt
@@ -22,5 +22,6 @@ if (TIFF_FOUND)
install(TARGETS ucafile
LIBRARY DESTINATION ${UCA_PLUGINDIR}
+ RUNTIME DESTINATION ${UCA_BINDIR}
COMPONENT ${UCA_CAMERA_NAME})
endif ()