mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
55f90d8b8b
With this change we remove some internal variables/lists like sys_libs, libs3rdparty, etc. And we fix dependencies problems between targets.
12 lines
186 B
CMake
12 lines
186 B
CMake
# ASEPRITE
|
|
# Copyright (C) 2001-2013, 2015 David Capello
|
|
|
|
add_library(loadpng
|
|
loadpng.c
|
|
savepng.c
|
|
regpng.c)
|
|
|
|
target_link_libraries(loadpng
|
|
${PNG_LIBRARIES}
|
|
${ZLIB_LIBRARIES})
|