aseprite/third_party/vaca/CMakeLists.txt

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)