Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/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: 340 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.