Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1076 was 1076, checked in by rgrieder, 16 years ago

two hours of Fuk is very 'enlighting', the whole thing works now.\ncmake. will now build lua, then compile with tolua and finally create the Makefiles for orxonox.\n

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