Git init
[external/curl.git] / CMake / FindZLIB.cmake
1 # Locate zlib
2 include("${CMAKE_ROOT}/Modules/FindZLIB.cmake")
3
4 find_library(ZLIB_LIBRARY_DEBUG NAMES zd zlibd zdlld zlib1d )
5
6 if(ZLIB_FOUND AND ZLIB_LIBRARY_DEBUG)
7   set( ZLIB_LIBRARIES optimized "${ZLIB_LIBRARY}" debug ${ZLIB_LIBRARY_DEBUG})
8 endif()