comparison Framework/Orthanc/Resources/CMake/ZlibConfiguration.cmake @ 12:9220cf4a63d5

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:14:34 +0100
parents 2dbe613f6c93
children
comparison
equal deleted inserted replaced
11:4b7e0244881f 12:9220cf4a63d5
25 ${ZLIB_SOURCES_DIR}/trees.c 25 ${ZLIB_SOURCES_DIR}/trees.c
26 ${ZLIB_SOURCES_DIR}/uncompr.c 26 ${ZLIB_SOURCES_DIR}/uncompr.c
27 ${ZLIB_SOURCES_DIR}/zutil.c 27 ${ZLIB_SOURCES_DIR}/zutil.c
28 ) 28 )
29 29
30 source_group(ThirdParty\\zlib REGULAR_EXPRESSION ${ZLIB_SOURCES_DIR}/.*)
31
30 else() 32 else()
31 include(FindZLIB) 33 include(FindZLIB)
32 include_directories(${ZLIB_INCLUDE_DIRS}) 34 include_directories(${ZLIB_INCLUDE_DIRS})
33 link_libraries(${ZLIB_LIBRARIES}) 35 link_libraries(${ZLIB_LIBRARIES})
34 endif() 36 endif()
35
36 source_group(ThirdParty\\ZLib REGULAR_EXPRESSION ${ZLIB_SOURCES_DIR}/.*)