ppsspp/ext/libpng17/CMakeLists.txt
2020-09-30 00:30:42 +02:00

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)