mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
7ebb0e526f
The vast majority of the changes in this commit were originally done by Shawn Hoffman in commit c86846cf9c995d8e0463419bd9477b0dae884929.
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})
|