1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

cmake: refactor HAL attaching process

This commit is contained in:
Alexander Alekhin
2016-06-15 15:51:19 +03:00
parent e3844e0f26
commit f4ebc504d1
4 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
set(the_description "The Core Functionality")
ocv_add_module(core
PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}"
PRIVATE_REQUIRED ${ZLIB_LIBRARIES} "${OPENCL_LIBRARIES}" "${VA_LIBRARIES}" "${OPENCV_HAL_LINKER_LIBS}"
OPTIONAL opencv_cudev
WRAP java python)