Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

dont ask: bump

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