diff options
author | Brad Davis <[email protected]> | 2014-10-24 12:56:30 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-10-24 12:56:30 -0700 |
commit | 496894ecced1b0a4ae5ab176902bbd0f43a31ed1 (patch) | |
tree | 8b7d4be1fc8508253d399d98da6143212ceb8f3c /3rdParty/TinyXml/CMakeLists.txt | |
parent | 911239601768bacf9420ab9cfeffed7e861844ac (diff) |
Updating to 0.4.3 SDK0.4.3-official
Diffstat (limited to '3rdParty/TinyXml/CMakeLists.txt')
-rw-r--r-- | 3rdParty/TinyXml/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdParty/TinyXml/CMakeLists.txt b/3rdParty/TinyXml/CMakeLists.txt new file mode 100644 index 0000000..68bf4df --- /dev/null +++ b/3rdParty/TinyXml/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 2.8) +project (TinyXML2) +add_library(TinyXML2 STATIC tinyxml2.cpp tinyxml2.h) |