mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
11 lines
222 B
CMake
11 lines
222 B
CMake
|
# 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")
|