| Rev | Line |   | 
|---|
| [341] | 1 | PROJECT(Orxonox) | 
|---|
 | 2 |  | 
|---|
 | 3 | SET( ORXONOX_SRC_FILES | 
|---|
 | 4 |         orxonox.cc | 
|---|
| [359] | 5 |         orxonox_scene.cc | 
|---|
 | 6 |         orxonox_ship.cc | 
|---|
 | 7 |         run_manager.cc | 
|---|
| [341] | 8 |         spaceship_steering.cc | 
|---|
| [364] | 9 |   inertial_node.cc | 
|---|
| [341] | 10 | ) | 
|---|
 | 11 |  | 
|---|
 | 12 | ADD_EXECUTABLE(../../bin/main ${ORXONOX_SRC_FILES}) | 
|---|
 | 13 |  | 
|---|
| [358] | 14 | SET_TARGET_PROPERTIES(../../bin/main PROPERTIES LINK_FLAGS "--no-undefined" ) | 
|---|
| [341] | 15 |  | 
|---|
| [357] | 16 |  | 
|---|
| [341] | 17 | ADD_SUBDIRECTORY(core) | 
|---|
 | 18 | ADD_SUBDIRECTORY(hud) | 
|---|
 | 19 | ADD_SUBDIRECTORY(objects) | 
|---|
 | 20 | ADD_SUBDIRECTORY(weapon) | 
|---|
 | 21 |  | 
|---|
 | 22 |  | 
|---|
| [373] | 23 | TARGET_LINK_LIBRARIES( ../../bin/main  | 
|---|
| [341] | 24 |         ${OGRE_LIBRARIES} | 
|---|
 | 25 |         ${OIS_LIBRARIES} | 
|---|
 | 26 |         ${ENet_LIBRARY} | 
|---|
 | 27 |         loader | 
|---|
 | 28 |         network | 
|---|
 | 29 |         core | 
|---|
 | 30 |         hud | 
|---|
 | 31 |         objects | 
|---|
 | 32 |         weapon | 
|---|
 | 33 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.