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

Merge pull request #4095 from alalek:hal_unresolved_symbols

This commit is contained in:
Maksim Shabunin
2015-06-17 14:35:40 +00:00
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 "")