Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/xml/src/xml/CMakeLists.txt @ 236

Last change on this file since 236 was 236, checked in by nicolasc, 16 years ago

example included subdir in CML

File size: 116 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES xmlParser.cc)
4SET(INC_FILES xmlParser.h)
5
6add_library(xml ${SRC_FILES} ${INC_FILES})
Note: See TracBrowser for help on using the repository browser.