Remove special flags to compile loadpng

These flags are defined in the main CMakeLists.txt file if they are needed.
This commit is contained in:
David Capello 2015-06-09 10:47:14 -03:00
parent 86fe6a316b
commit be0f0892e2

View File

@ -1,10 +1,7 @@
# ASEPRITE
# Copyright (C) 2001-2013 David Capello
# Copyright (C) 2001-2013, 2015 David Capello
add_library(loadpng
loadpng.c
savepng.c
regpng.c)
set_target_properties(loadpng PROPERTIES
COMPILE_FLAGS "-DDEBUGMODE -DALLEGRO_STATICLINK")