mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
11 lines
203 B
CMake
11 lines
203 B
CMake
# ASEPRITE
|
|
# Copyright (C) 2001-2013 David Capello
|
|
|
|
add_library(loadpng
|
|
loadpng.c
|
|
savepng.c
|
|
regpng.c)
|
|
|
|
set_target_properties(loadpng PROPERTIES
|
|
COMPILE_FLAGS "-DDEBUGMODE -DALLEGRO_STATICLINK")
|