[libpng15] Updated CMakeLists.txt to account for the relocation of pngvalid.c

This commit is contained in:
John Bowler
2011-12-07 20:35:48 -06:00
committed by Glenn Randers-Pehrson
parent 8fd9c16642
commit d61b42c81d
3 changed files with 16 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ set(pngtest_sources
pngtest.c
)
set(pngvalid_sources
pngvalid.c
contrib/libtests/pngvalid.c
)
# SOME NEEDED DEFINITIONS
@@ -229,7 +229,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW)
# SET UP LINKS
if(PNG_SHARED)
set_target_properties(${PNG_LIB_NAME} PROPERTIES
# VERSION 15.${PNGLIB_RELEASE}.1.5.7rc02
# VERSION 15.${PNGLIB_RELEASE}.1.5.7rc03
VERSION 15.${PNGLIB_RELEASE}.0
SOVERSION 15
CLEAN_DIRECT_OUTPUT 1)