Started to merge @ZobyTwo cmake branch

This commit is contained in:
xawotihs
2015-09-26 21:52:07 +02:00
parent 9e77899535
commit 85f4a4c36a
3112 changed files with 4615 additions and 9 deletions
+26
View File
@@ -0,0 +1,26 @@
SET(SOURCE
png.c
pngerror.c
pnggccrd.c
pngget.c
pngmem.c
pngpread.c
pngread.c
pngrio.c
pngrtran.c
pngrutil.c
pngset.c
pngtrans.c
pngvcrd.c
pngwio.c
pngwrite.c
pngwtran.c
pngwutil.c )
add_library(png ${SOURCE})
if(operating_system_psp)
# -DCHROME_PNG_WRITE_SUPPORT \
# -DPNG_USER_CONFIG \
set_target_properties(unzip PROPERTIES COMPILE_FLAGS "-D__ANDROID__ -DUNICODE ")
endif()