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
Line 
1INCLUDE_DIRECTORIES(.)
2INCLUDE_DIRECTORIES(orxonox)
3
4ADD_SUBDIRECTORY(util)
5ADD_SUBDIRECTORY(orxonox/core)
6ADD_SUBDIRECTORY(audio)
7ADD_SUBDIRECTORY(network)
8ADD_SUBDIRECTORY(loader)
9ADD_SUBDIRECTORY(orxonox)
Note: See TracBrowser for help on using the repository browser.