[devel] Revised CMakeLists.txt to account for new location of libpng-config.in
and libpng-pc.in
This commit is contained in:
parent
5741bac1c6
commit
76a64f4491
2
ANNOUNCE
2
ANNOUNCE
@ -676,6 +676,8 @@ version 1.4.0beta99 [November 14, 2009]
|
|||||||
version 1.4.0beta100 [November 14, 2009]
|
version 1.4.0beta100 [November 14, 2009]
|
||||||
Removed ASM builds from projects/visualc6 and projects/visualc71
|
Removed ASM builds from projects/visualc6 and projects/visualc71
|
||||||
Removed scripts/makefile.nommx and makefile.vcawin32
|
Removed scripts/makefile.nommx and makefile.vcawin32
|
||||||
|
Revised CMakeLists.txt to account for new location of libpng-config.in
|
||||||
|
and libpng-pc.in
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
2
CHANGES
2
CHANGES
@ -2363,6 +2363,8 @@ version 1.4.0beta99 [November 14, 2009]
|
|||||||
version 1.4.0beta100 [November 14, 2009]
|
version 1.4.0beta100 [November 14, 2009]
|
||||||
Removed ASM builds from projects/visualc6 and projects/visualc71
|
Removed ASM builds from projects/visualc6 and projects/visualc71
|
||||||
Removed scripts/makefile.nommx and makefile.vcawin32
|
Removed scripts/makefile.nommx and makefile.vcawin32
|
||||||
|
Revised CMakeLists.txt to account for new location of libpng-config.in
|
||||||
|
and libpng-pc.in
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -191,13 +191,13 @@ set(exec_prefix ${CMAKE_INSTALL_PREFIX})
|
|||||||
set(libdir ${CMAKE_INSTALL_PREFIX}/lib)
|
set(libdir ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
set(includedir ${CMAKE_INSTALL_PREFIX}/include)
|
set(includedir ${CMAKE_INSTALL_PREFIX}/include)
|
||||||
|
|
||||||
configure_file(${PNG_SOURCE_DIR}/scripts/libpng.pc.in
|
configure_file(${PNG_SOURCE_DIR}/libpng-pc.in
|
||||||
${PNG_BINARY_DIR}/libpng.pc)
|
${PNG_BINARY_DIR}/libpng.pc)
|
||||||
configure_file(${PNG_SOURCE_DIR}/scripts/libpng-config.in
|
configure_file(${PNG_SOURCE_DIR}/libpng-config.in
|
||||||
${PNG_BINARY_DIR}/libpng-config)
|
${PNG_BINARY_DIR}/libpng-config)
|
||||||
configure_file(${PNG_SOURCE_DIR}/scripts/libpng.pc.in
|
configure_file(${PNG_SOURCE_DIR}/libpng-pc.in
|
||||||
${PNG_BINARY_DIR}/${PNGLIB_NAME}.pc)
|
${PNG_BINARY_DIR}/${PNGLIB_NAME}.pc)
|
||||||
configure_file(${PNG_SOURCE_DIR}/scripts/libpng-config.in
|
configure_file(${PNG_SOURCE_DIR}/libpng-config.in
|
||||||
${PNG_BINARY_DIR}/${PNGLIB_NAME}-config)
|
${PNG_BINARY_DIR}/${PNGLIB_NAME}-config)
|
||||||
|
|
||||||
# SET UP LINKS
|
# SET UP LINKS
|
||||||
|
Loading…
Reference in New Issue
Block a user