Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/CMakeLists.txt @ 1505

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

f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…

  • Property svn:eol-style set to native
File size: 325 bytes
Line 
1INCLUDE_DIRECTORIES(.)
2INCLUDE_DIRECTORIES(orxonox)
3INCLUDE_DIRECTORIES(tolua)
4INCLUDE_DIRECTORIES(ois)
5
6ADD_SUBDIRECTORY(cpptcl)
7ADD_SUBDIRECTORY(ois)
8ADD_SUBDIRECTORY(tinyxml)
9ADD_SUBDIRECTORY(tolua)
10
11ADD_SUBDIRECTORY(util)
12ADD_SUBDIRECTORY(core)
13ADD_SUBDIRECTORY(audio)
14ADD_SUBDIRECTORY(network)
15ADD_SUBDIRECTORY(orxonox)
Note: See TracBrowser for help on using the repository browser.