Renew the updater branch
Now with some actual consensus on what the updater will do!
This commit is contained in:
24
mmc_updater/depends/tinyxml/CMakeLists.txt
Normal file
24
mmc_updater/depends/tinyxml/CMakeLists.txt
Normal file
@ -0,0 +1,24 @@
|
||||
# TinyXML 1.0.1
|
||||
project(tinyxml)
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
Add_definitions(-DTIXML_USE_STL)
|
||||
|
||||
set(SOURCES
|
||||
tinystr.cpp
|
||||
tinyxml.cpp
|
||||
tinyxmlerror.cpp
|
||||
tinyxmlparser.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
tinystr.h
|
||||
tinyxml.h
|
||||
)
|
||||
|
||||
add_library(tinyxml
|
||||
${SOURCES}
|
||||
${HEADERS}
|
||||
)
|
||||
|
Reference in New Issue
Block a user