Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

dont ask: bump

File size: 315 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES orxonox.cc spaceship_steering.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.