mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-02 23:21:05 +01:00
20 lines
239 B
CMake
20 lines
239 B
CMake
|
set(SRCS
|
||
|
"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"
|
||
|
)
|
||
|
|
||
|
add_library(png STATIC ${SRCS})
|