Last change
on this file since 740 was
739,
checked in by landauf, 17 years ago
|
added TiCPP:
"'TiCPP' is short for the official name TinyXML++. It is a completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling."
website: http://code.google.com/p/ticpp/
|
File size:
259 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | INCLUDE_DIRECTORIES(.) |
---|
4 | |
---|
5 | SET (SRC_FILES |
---|
6 | tinystr.cc |
---|
7 | tinyxml.cc |
---|
8 | tinyxmlerror.cc |
---|
9 | tinyxmlparser.cc |
---|
10 | ticpp.cc |
---|
11 | ) |
---|
12 | |
---|
13 | IF(WIN32) |
---|
14 | ADD_LIBRARY(xml ${SRC_FILES}) |
---|
15 | ELSE(WIN32) |
---|
16 | ADD_LIBRARY(xml SHARED ${SRC_FILES}) |
---|
17 | ENDIF(WIN32) |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.