Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/orxonox/CMakeLists.txt @ 319

Last change on this file since 319 was 319, checked in by nicolasc, 16 years ago

initial merge of steering

File size: 293 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES orxonox.cc)
4
5ADD_EXECUTABLE(../../bin/main ${SRC_FILES})
6
7TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} loader )
8
9INCLUDE_DIRECTORIES(..)
10
11ADD_SUBDIRECTORY(core)
12ADD_SUBDIRECTORY(objects)
13ADD_SUBDIRECTORY(hud)
14ADD_SUBDIRECTORY(weapon)
Note: See TracBrowser for help on using the repository browser.