Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/src/CMakeLists.txt @ 1494

Last change on this file since 1494 was 1494, checked in by rgrieder, 16 years ago
  • set the svn:eol-style property to all files so, that where ever you check out, you'll get the right line endings (had to change every file with mixed endings to windows in order to set the property)
  • 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.