2013-04-19 03:11:07 +00:00
|
|
|
# OUR SOURCES
|
|
|
|
set(SRCS
|
|
|
|
png.h
|
|
|
|
pngconf.h
|
|
|
|
png.c
|
|
|
|
pngerror.c
|
|
|
|
pngget.c
|
|
|
|
pngmem.c
|
|
|
|
pngpread.c
|
|
|
|
pngread.c
|
|
|
|
pngrio.c
|
|
|
|
pngrtran.c
|
|
|
|
pngrutil.c
|
|
|
|
pngset.c
|
|
|
|
pngtrans.c
|
|
|
|
pngwio.c
|
|
|
|
pngwrite.c
|
|
|
|
pngwtran.c
|
|
|
|
pngwutil.c
|
|
|
|
)
|
2013-12-08 20:43:23 +00:00
|
|
|
add_definitions(-Wno-self-assign)
|
2013-04-19 03:11:07 +00:00
|
|
|
add_library(png STATIC ${SRCS})
|