mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
13 lines
258 B
CMake
13 lines
258 B
CMake
# ASE - Allegro Sprite Editor
|
|
# Copyright (C) 2001-2010 David Capello
|
|
|
|
include_directories(include ../../src)
|
|
|
|
add_library(vaca
|
|
src/Component.cpp
|
|
src/Event.cpp
|
|
src/Exception.cpp
|
|
src/PreferredSizeEvent.cpp
|
|
src/Property.cpp
|
|
src/Referenceable.cpp)
|