mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00:00
27 lines
311 B
CMake
27 lines
311 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(png17
|
|
pngconf.h
|
|
pngdebug.h
|
|
png.c
|
|
png.h
|
|
pngerror.c
|
|
pngget.c
|
|
pnginfo.h
|
|
pnglibconf.h
|
|
pngmem.c
|
|
pngpread.c
|
|
pngpriv.h
|
|
pngread.c
|
|
pngrio.c
|
|
pngrtran.c
|
|
pngrutil.c
|
|
pngset.c
|
|
pngstruct.h
|
|
pngtest.c
|
|
pngtrans.c
|
|
pngwio.c
|
|
pngwrite.c
|
|
pngwtran.c
|
|
pngwutil.c)
|