Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 486 was 486, checked in by nicolasc, 16 years ago
  • added missing CML in tinyxml
  • minor cleanup in audio CML
  • changed mesh to assf
File size: 149 bytes
Line 
1PROJECT(Orxonox)
2
3INCLUDE_DIRECTORIES(.)
4
5SET (SRC_FILES
6tinystr.cc
7tinyxml.cc
8tinyxmlerror.cc
9tinyxmlparser
10)
11
12ADD_LIBRARY(xml SHARED ${SRC_FILES})
Note: See TracBrowser for help on using the repository browser.