1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/modules/core/CMakeLists.txt
T
2012-01-25 13:12:11 +00:00

8 lines
194 B
CMake

if(ZLIB_FOUND)
include_directories(${ZLIB_INCLUDE_DIR})
else()
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/zlib")
endif()
define_opencv_module(core ${ZLIB_LIBRARY})