1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

videoio: set plugin output dir on windows to bin

original commit: 90e7c29c46
This commit is contained in:
Maksim Shabunin
2020-04-08 12:19:00 +03:00
committed by Alexander Alekhin
parent f773729449
commit 4366ec4dcc
+1
View File
@@ -44,6 +44,7 @@ function(ocv_create_builtin_videoio_plugin name target)
)
if(WIN32)
set_target_properties(${name} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH})
install(TARGETS ${name} OPTIONAL LIBRARY DESTINATION ${OPENCV_BIN_INSTALL_PATH} COMPONENT plugins)
else()
install(TARGETS ${name} OPTIONAL LIBRARY DESTINATION ${OPENCV_LIB_INSTALL_PATH} COMPONENT plugins)