commit | 55aea5973719f7a9a8a243b2cdd1e814e6fdff05 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Tue Feb 09 08:44:30 2016 -0600 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Tue Feb 09 08:44:30 2016 -0600 |
tree | bf2858ba44a579bd7bbecb30c577ccb742e361df | |
parent | 1f2fe83987042fbb4d5c5708c81d06f56823b2fd [diff] |
[libpng15] Make pnglibconf.h a public header in CmakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt index 319bb1b..748aea5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -269,13 +269,13 @@ set(libpng_public_hdrs png.h pngconf.h + "${CMAKE_CURRENT_BINARY_DIR}/pnglibconf.h" ) set(libpng_private_hdrs pngpriv.h pngdebug.h pnginfo.h pngstruct.h - "${CMAKE_CURRENT_BINARY_DIR}/pnglibconf.h" ) set(libpng_sources ${libpng_public_hdrs}