mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Update libpng to 1.2.50 so it can be built with Clang 3.2
This commit is contained in:
40
Externals/libpng/CMakeLists.txt
vendored
40
Externals/libpng/CMakeLists.txt
vendored
@ -1,19 +1,21 @@
|
||||
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})
|
||||
# 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
|
||||
)
|
||||
add_library(png STATIC ${SRCS})
|
||||
|
Reference in New Issue
Block a user