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

fix tests build (win,shared,world)

This commit is contained in:
Alexander Alekhin
2015-06-05 16:24:38 +03:00
parent 39fdcf4df3
commit 8184e57dd6
4 changed files with 10 additions and 11 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
set(the_description "The Core Functionality")
ocv_add_module(core PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}"
ocv_add_module(core
opencv_hal
PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}"
OPTIONAL opencv_cudev
WRAP java python)
WRAP java python)
set(extra_libs "")