mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-15 11:42:30 +00:00
14 lines
200 B
CMake
14 lines
200 B
CMake
# Aseprite
|
|
# Copyright (C) 2001-2017 David Capello
|
|
|
|
add_library(gfx-lib
|
|
hsl.cpp
|
|
hsv.cpp
|
|
packing_rects.cpp
|
|
region.cpp
|
|
rgb.cpp)
|
|
|
|
target_link_libraries(gfx-lib
|
|
laf-base
|
|
${PIXMAN_LIBRARY})
|