From 7684bcae7dc6607f7e64fbfe95ccb2f0457ed3f3 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 9 Feb 2016 09:08:46 -0600 Subject: [PATCH] [libpng16] Make cmake install public header pnglibconf.h --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 996ed8057..3afe2154e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -330,13 +330,13 @@ endif(NOT AWK) 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" ) if(AWK) list(APPEND libpng_private_hdrs "${CMAKE_CURRENT_BINARY_DIR}/pngprefix.h")