mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
9 lines
160 B
CMake
9 lines
160 B
CMake
# ASE - Allegro Sprite Editor
|
|
# Copyright (C) 2001-2011 David Capello
|
|
|
|
add_library(tinyxml
|
|
tinystr.cpp
|
|
tinyxml.cpp
|
|
tinyxmlerror.cpp
|
|
tinyxmlparser.cpp)
|