| Last change
                  on this file since 1453 was
                  464,
                  checked in by landauf, 18 years ago | 
        
          | 
added signal handler to AI branch
 | 
        | File size:
            457 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | # create a few variables to simplify life | 
|---|
| 4 |  | 
|---|
| 5 | SET(SRC_FILES orxonox.cc SignalHandler.cc loader/LevelLoader.cc xml/xmlParser.cc) | 
|---|
| 6 | SET(INC_FILES loader/LevelLoader.h SignalHandler.h xml/xmlParser.h Flocking.h) | 
|---|
| 7 |  | 
|---|
| 8 | #Creates an executable | 
|---|
| 9 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) | 
|---|
| 10 | #Links the executable against OGRE and OIS | 
|---|
| 11 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) | 
|---|
| 12 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.