Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update libpng to 1.2.50 so it can be built with Clang 3.2
  • Loading branch information
Sonicadvance1 committed Apr 19, 2013
1 parent 3a6492d commit 75efe7d
Show file tree
Hide file tree
Showing 21 changed files with 28,314 additions and 26,152 deletions.
40 changes: 21 additions & 19 deletions Externals/libpng/CMakeLists.txt
@@ -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})

0 comments on commit 75efe7d

Please sign in to comment.