mirror of https://github.com/AxioDL/metaforce.git
24 lines
330 B
CMake
24 lines
330 B
CMake
|
add_library(png
|
||
|
png.h
|
||
|
pngconf.h
|
||
|
pngdebug.h
|
||
|
pnginfo.h
|
||
|
pngpriv.h
|
||
|
pngstruct.h
|
||
|
pnglibconf.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)
|