Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core/src/CMakeLists.txt @ 793

Last change on this file since 793 was 793, checked in by landauf, 16 years ago

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

File size: 220 bytes
Line 
1INCLUDE_DIRECTORIES(.)
2INCLUDE_DIRECTORIES(orxonox)
3
4ADD_SUBDIRECTORY(util)
5ADD_SUBDIRECTORY(orxonox/core)
6#ADD_SUBDIRECTORY(audio)
7#ADD_SUBDIRECTORY(network)
8#ADD_SUBDIRECTORY(loader)
9ADD_SUBDIRECTORY(orxonox)
Note: See TracBrowser for help on using the repository browser.