Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/tinyxml/CMakeLists.txt @ 1504

Last change on this file since 1504 was 1504, checked in by rgrieder, 16 years ago

Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..

  • Property eol-style set to native
File size: 158 bytes
Line 
1SET( TINYXML_SRC_FILES
2  ticpp.cc
3  tinystr.cc
4  tinyxml.cc
5  tinyxmlerror.cc
6  tinyxmlparser.cc
7)
8
9ADD_LIBRARY(tinyxml SHARED ${TINYXML_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.