mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Make pnglibconf.h a public header in CmakeLists.txt
This commit is contained in:
parent
1f2fe83987
commit
55aea59737
@ -269,13 +269,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"
|
|
||||||
)
|
)
|
||||||
set(libpng_sources
|
set(libpng_sources
|
||||||
${libpng_public_hdrs}
|
${libpng_public_hdrs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user