aseprite/third_party/loadpng/CMakeLists.txt

11 lines
222 B
CMake
Raw Normal View History

2010-08-11 00:49:32 +00:00
# ASE - Allegro Sprite Editor
# Copyright (C) 2001-2010 David Capello
add_library(loadpng
loadpng.c
savepng.c
regpng.c)
set_target_properties(loadpng PROPERTIES
COMPILE_FLAGS "-DDEBUGMODE -DALLEGRO_STATICLINK")