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

Allow setting IS_PART_OF_WORLD in command line, fix videoio plugin linking

This commit is contained in:
Maksim Shabunin
2019-06-10 14:13:54 +03:00
parent 1aefa6779f
commit f99f58d99f
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ function(ocv_create_builtin_videoio_plugin name target)
target_link_libraries(${name} PRIVATE ${target})
foreach(mod opencv_videoio opencv_core opencv_imgproc opencv_imgcodecs)
target_link_libraries(${name} PRIVATE ${mod})
target_include_directories(${name} PRIVATE "${OPENCV_MODULE_${mod}_LOCATION}/include")
ocv_target_link_libraries(${name} LINK_PRIVATE ${mod})
ocv_target_include_directories(${name} PRIVATE "${OPENCV_MODULE_${mod}_LOCATION}/include")
endforeach()
set_target_properties(${name} PROPERTIES