aseprite/third_party/loadpng/CMakeLists.txt
David Capello be0f0892e2 Remove special flags to compile loadpng
These flags are defined in the main CMakeLists.txt file if they are needed.
2015-06-09 10:47:14 -03:00

8 lines
115 B
CMake

# ASEPRITE
# Copyright (C) 2001-2013, 2015 David Capello
add_library(loadpng
loadpng.c
savepng.c
regpng.c)