Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/util/tinyxml/CMakeLists.txt @ 742

Last change on this file since 742 was 742, checked in by landauf, 16 years ago

moved all files from misc and the tinyxml folder into the new util folder

File size: 259 bytes
Line 
1PROJECT(Orxonox)
2
3INCLUDE_DIRECTORIES(.)
4
5SET (SRC_FILES
6  tinystr.cc
7  tinyxml.cc
8  tinyxmlerror.cc
9  tinyxmlparser.cc
10  ticpp.cc
11)
12
13IF(WIN32)
14  ADD_LIBRARY(xml ${SRC_FILES})
15ELSE(WIN32)
16  ADD_LIBRARY(xml SHARED ${SRC_FILES})
17ENDIF(WIN32)
18
Note: See TracBrowser for help on using the repository browser.