mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added new private header files to libpng_sources in CMakeLists.txt
This commit is contained in:
parent
be6f0c2c50
commit
07d9fc9478
1
ANNOUNCE
1
ANNOUNCE
@ -389,6 +389,7 @@ Version 1.5.0beta45 [August 26, 2010]
|
|||||||
in pngpriv.h in case the user neglected to define them in their pngusr.h
|
in pngpriv.h in case the user neglected to define them in their pngusr.h
|
||||||
|
|
||||||
Version 1.5.0beta46 [August 26, 2010]
|
Version 1.5.0beta46 [August 26, 2010]
|
||||||
|
Added new private header files to libpng_sources in CMakeLists.txt
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
1
CHANGES
1
CHANGES
@ -3026,6 +3026,7 @@ Version 1.5.0beta45 [August 26, 2010]
|
|||||||
in pngpriv.h in case the user neglected to define them in their pngusr.h
|
in pngpriv.h in case the user neglected to define them in their pngusr.h
|
||||||
|
|
||||||
Version 1.5.0beta46 [August 26, 2010]
|
Version 1.5.0beta46 [August 26, 2010]
|
||||||
|
[devel] Added new private header files to libpng_sources in CMakeLists.txt
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@ -101,7 +101,10 @@ set(CMAKE_DEBUG_POSTFIX "d")
|
|||||||
set(libpng_sources
|
set(libpng_sources
|
||||||
png.h
|
png.h
|
||||||
pngconf.h
|
pngconf.h
|
||||||
pngpriv.h
|
pngpriv.h
|
||||||
|
pngdebug.h
|
||||||
|
pnginfo.h
|
||||||
|
pngstruct.h
|
||||||
png.c
|
png.c
|
||||||
pngerror.c
|
pngerror.c
|
||||||
pngget.c
|
pngget.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user