mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
be0f0892e2
These flags are defined in the main CMakeLists.txt file if they are needed.
8 lines
115 B
CMake
8 lines
115 B
CMake
# ASEPRITE
|
|
# Copyright (C) 2001-2013, 2015 David Capello
|
|
|
|
add_library(loadpng
|
|
loadpng.c
|
|
savepng.c
|
|
regpng.c)
|