~ubuntu-branches/ubuntu/precise/libpng/precise

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-07-27 12:44:46 UTC
  • mfrom: (1.3.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20110727124446-x8ctn5p2i29prtje
Tags: upstream-1.2.46
ImportĀ upstreamĀ versionĀ 1.2.46

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
set(PNGLIB_MAJOR 1)
24
24
set(PNGLIB_MINOR 2)
25
 
set(PNGLIB_RELEASE 44)
 
25
set(PNGLIB_RELEASE 46)
26
26
set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR})
27
27
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE})
28
28
 
215
215
# SET UP LINKS
216
216
if(PNG_SHARED)
217
217
  set_target_properties(${PNG_LIB_NAME} PROPERTIES
218
 
#   VERSION 0.${PNGLIB_RELEASE}.1.2.44
 
218
#   VERSION 0.${PNGLIB_RELEASE}.1.2.46
219
219
    VERSION 0.${PNGLIB_RELEASE}.0
220
220
    SOVERSION 0
221
221
    CLEAN_DIRECT_OUTPUT 1)