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