| 
                Last change
                  on this file since 536 was
                  535,
                  checked in by nicolasc, 18 years ago
           | 
        
        
          
              - moved particle(-system) to a better place
 - included particlesystem (but could not get it working)
 - some minor cleanup
  
           | 
        
        | 
            File size:
            687 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | ADD_SUBDIRECTORY(core) | 
|---|
| 4 | ADD_SUBDIRECTORY(hud) | 
|---|
| 5 | ADD_SUBDIRECTORY(objects) | 
|---|
| 6 | ADD_SUBDIRECTORY(weapon) | 
|---|
| 7 | ADD_SUBDIRECTORY(particle) | 
|---|
| 8 |  | 
|---|
| 9 |  | 
|---|
| 10 | SET( ORXONOX_SRC_FILES | 
|---|
| 11 |   orxonox.cc | 
|---|
| 12 |   orxonox_scene.cc | 
|---|
| 13 |   orxonox_ship.cc | 
|---|
| 14 |   run_manager.cc | 
|---|
| 15 |   spaceship_steering.cc | 
|---|
| 16 |   inertial_node.cc | 
|---|
| 17 |   main.cc | 
|---|
| 18 |   graphicsEngine.cc | 
|---|
| 19 | ) | 
|---|
| 20 |  | 
|---|
| 21 | ADD_LIBRARY(orxonox SHARED ${ORXONOX_SRC_FILES}) | 
|---|
| 22 |  | 
|---|
| 23 | ADD_EXECUTABLE(../../bin/main ${ORXONOX_SRC_FILES}) | 
|---|
| 24 |  | 
|---|
| 25 | SET_TARGET_PROPERTIES(../../bin/main PROPERTIES LINK_FLAGS "--no-undefined" ) | 
|---|
| 26 |  | 
|---|
| 27 | TARGET_LINK_LIBRARIES( ../../bin/main | 
|---|
| 28 |   ${OGRE_LIBRARIES} | 
|---|
| 29 |   ${OIS_LIBRARIES} | 
|---|
| 30 |   loader | 
|---|
| 31 |   audio | 
|---|
| 32 |   network | 
|---|
| 33 |   core | 
|---|
| 34 |   hud | 
|---|
| 35 |   objects | 
|---|
| 36 |   weapon | 
|---|
| 37 |   xml | 
|---|
| 38 |   particle | 
|---|
| 39 | ) | 
|---|
| 40 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.