mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
9 lines
141 B
CMake
9 lines
141 B
CMake
# ASEPRITE
|
|
# Copyright (C) 2001-2013 David Capello
|
|
|
|
add_library(tinyxml
|
|
tinystr.cpp
|
|
tinyxml.cpp
|
|
tinyxmlerror.cpp
|
|
tinyxmlparser.cpp)
|