diff options
Diffstat (limited to 'depends/tinyxml/CMakeLists.txt')
| -rw-r--r-- | depends/tinyxml/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/tinyxml/CMakeLists.txt b/depends/tinyxml/CMakeLists.txt new file mode 100644 index 00000000..7d924924 --- /dev/null +++ b/depends/tinyxml/CMakeLists.txt @@ -0,0 +1,3 @@ +project(dfhack-tinyxml) +ADD_LIBRARY(dfhack-tinyxml STATIC EXCLUDE_FROM_ALL tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp) +IDE_FOLDER(dfhack-tinyxml "Depends")
\ No newline at end of file |
