2011-04-26 17:46:15 +02:00
|
|
|
if(ZLIB_FOUND)
|
2011-10-03 19:10:18 +02:00
|
|
|
include_directories(${ZLIB_INCLUDE_DIR})
|
2011-04-26 17:46:15 +02:00
|
|
|
else()
|
|
|
|
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/zlib")
|
|
|
|
endif()
|
2011-11-14 15:34:36 +01:00
|
|
|
|
2012-01-25 14:12:11 +01:00
|
|
|
define_opencv_module(core ${ZLIB_LIBRARY})
|