comparison Framework/Orthanc/Resources/CMake/LibPngConfiguration.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
44 # The following declaration avoids "__declspec(dllexport)" in 44 # The following declaration avoids "__declspec(dllexport)" in
45 # libpng to prevent publicly exposing its symbols by the DLLs 45 # libpng to prevent publicly exposing its symbols by the DLLs
46 -DPNG_IMPEXP= 46 -DPNG_IMPEXP=
47 ) 47 )
48 48
49 source_group(ThirdParty\\Libpng REGULAR_EXPRESSION ${LIBPNG_SOURCES_DIR}/.*) 49 source_group(ThirdParty\\libpng REGULAR_EXPRESSION ${LIBPNG_SOURCES_DIR}/.*)
50 50
51 else() 51 else()
52 include(FindPNG) 52 include(FindPNG)
53 53
54 if (NOT ${PNG_FOUND}) 54 if (NOT ${PNG_FOUND})