Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/loader/CMakeLists.txt @ 471

Last change on this file since 471 was 471, checked in by nicolape, 16 years ago

Added tinyxml library

File size: 296 bytes
Line 
1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET( LOADER_SRC_FILES
5  LevelLoader.cc
6  #../xml/xmlParser.cc
7  ../tinyxml/tinystr.cc
8  ../tinyxml/tinyxml.cc
9  ../tinyxml/tinyxmlerror.cc
10  ../tinyxml/tinyxmlparser.cc
11)
12
13ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.