Changeset 2670 for code/branches/buildsystem3/src/tinyxml
- Timestamp:
- Feb 15, 2009, 7:53:22 PM (16 years ago)
- Location:
- code/branches/buildsystem3/src/tinyxml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/tinyxml/CMakeLists.txt
r2664 r2670 32 32 GENERATE_SOURCE_GROUPS(${TINYXML++_FILES}) 33 33 34 # No warnings needed from third party libraries 35 ADD_COMPILER_FLAGS("-w") 36 34 37 IF(MSVC) 35 38 ADD_LIBRARY(tinyxml++_orxonox STATIC ${TINYXML++_FILES}) … … 38 41 ORXONOX_INSTALL(tinyxml++_orxonox) 39 42 ENDIF() 43 44 SET_TARGET_PROPERTIES(tinyxml++_orxonox PROPERTIES VERSION 2.5.3) -
code/branches/buildsystem3/src/tinyxml/VERSION
r2664 r2670 1 TinyXML++ trunk checkout revision 98. 1 TinyXML++ trunk checkout revision 98. Built on top of TinyXML 2.5.3
Note: See TracChangeset
for help on using the changeset viewer.