Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/CMakeLists.txt @ 774

Last change on this file since 774 was 774, checked in by rgrieder, 16 years ago
  • changed executable from main to orxonox
  • added src/orxonox to the include directories
File size: 217 bytes
RevLine 
[341]1INCLUDE_DIRECTORIES(.)
[774]2INCLUDE_DIRECTORIES(orxonox)
[341]3
[768]4ADD_SUBDIRECTORY(util)
5ADD_SUBDIRECTORY(orxonox/core)
6ADD_SUBDIRECTORY(audio)
7ADD_SUBDIRECTORY(network)
[337]8ADD_SUBDIRECTORY(loader)
[354]9ADD_SUBDIRECTORY(orxonox)
Note: See TracBrowser for help on using the repository browser.