aseprite/third_party/libpng/CMakeLists.txt

20 lines
271 B
CMake
Raw Normal View History

2010-08-11 00:49:32 +00:00
# ASE - Allegro Sprite Editor
2012-01-06 03:52:11 +00:00
# Copyright (C) 2001-2012 David Capello
2010-08-11 00:49:32 +00:00
add_library(libpng
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)