comparison Resources/CMake/LibPngConfiguration.cmake @ 1544:4d0e2c38d15b

fix msvc build
author jodogne
date Thu, 13 Aug 2015 20:39:30 +0200
parents fbf763bb1fa3
children 292bce3f54ed
comparison
equal deleted inserted replaced
1543:8b6d8f9b9f71 1544:4d0e2c38d15b
10 ) 10 )
11 11
12 configure_file( 12 configure_file(
13 ${LIBPNG_SOURCES_DIR}/scripts/pnglibconf.h.prebuilt 13 ${LIBPNG_SOURCES_DIR}/scripts/pnglibconf.h.prebuilt
14 ${LIBPNG_SOURCES_DIR}/pnglibconf.h 14 ${LIBPNG_SOURCES_DIR}/pnglibconf.h
15 COPY_ONLY) 15 )
16 16
17 set(LIBPNG_SOURCES 17 set(LIBPNG_SOURCES
18 #${LIBPNG_SOURCES_DIR}/example.c 18 #${LIBPNG_SOURCES_DIR}/example.c
19 ${LIBPNG_SOURCES_DIR}/png.c 19 ${LIBPNG_SOURCES_DIR}/png.c
20 ${LIBPNG_SOURCES_DIR}/pngerror.c 20 ${LIBPNG_SOURCES_DIR}/pngerror.c