[libpng16] Make cmake install public header pnglibconf.h
This commit is contained in:
parent
461c7e45b5
commit
7684bcae7d
@ -330,13 +330,13 @@ endif(NOT AWK)
|
|||||||
set(libpng_public_hdrs
|
set(libpng_public_hdrs
|
||||||
png.h
|
png.h
|
||||||
pngconf.h
|
pngconf.h
|
||||||
|
"${CMAKE_CURRENT_BINARY_DIR}/pnglibconf.h"
|
||||||
)
|
)
|
||||||
set(libpng_private_hdrs
|
set(libpng_private_hdrs
|
||||||
pngpriv.h
|
pngpriv.h
|
||||||
pngdebug.h
|
pngdebug.h
|
||||||
pnginfo.h
|
pnginfo.h
|
||||||
pngstruct.h
|
pngstruct.h
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/pnglibconf.h"
|
|
||||||
)
|
)
|
||||||
if(AWK)
|
if(AWK)
|
||||||
list(APPEND libpng_private_hdrs "${CMAKE_CURRENT_BINARY_DIR}/pngprefix.h")
|
list(APPEND libpng_private_hdrs "${CMAKE_CURRENT_BINARY_DIR}/pngprefix.h")
|
||||||
|
Loading…
Reference in New Issue
Block a user