mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
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:
parent
86fe6a316b
commit
be0f0892e2
5
third_party/loadpng/CMakeLists.txt
vendored
5
third_party/loadpng/CMakeLists.txt
vendored
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user