2012-02-03 19:26:49 +08:00
|
|
|
set(the_description "The Core Functionality")
|
2012-02-24 21:53:22 +08:00
|
|
|
ocv_add_module(core ${ZLIB_LIBRARIES})
|
2013-03-02 04:17:46 +08:00
|
|
|
ocv_module_include_directories(${ZLIB_INCLUDE_DIR} "${OpenCV_SOURCE_DIR}/modules/gpu/include")
|
2012-02-03 19:54:16 +08:00
|
|
|
|
2012-02-03 19:26:49 +08:00
|
|
|
if(HAVE_CUDA)
|
2012-06-09 01:09:38 +08:00
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
|
2012-02-03 19:26:49 +08:00
|
|
|
endif()
|
|
|
|
|
2013-03-02 04:17:46 +08:00
|
|
|
ocv_glob_module_sources(SOURCES "${opencv_core_BINARY_DIR}/version_string.inc")
|
|
|
|
ocv_create_module()
|
2012-02-03 19:26:49 +08:00
|
|
|
ocv_add_precompiled_headers(${the_module})
|
|
|
|
|
|
|
|
ocv_add_accuracy_tests()
|
|
|
|
ocv_add_perf_tests()
|