Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/CMakeLists.txt @ 1115

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

tried to integrate the whole tolua-thing in proper cmake code

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