| Last change
                  on this file since 1671 was
                  483,
                  checked in by gabrieho, 18 years ago | 
        
          | 
working but still poor skybox  
 | 
        | File size:
            470 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [135] | 1 | PROJECT(Orxonox) | 
|---|
|  | 2 |  | 
|---|
|  | 3 | # create a few variables to simplify life | 
|---|
|  | 4 |  | 
|---|
| [483] | 5 | SET(SRC_FILES orxonox.cc Universe.cpp loader/LevelLoader.cc xml/xmlParser.cc skybox/SkyBox.cc) | 
|---|
|  | 6 | SET(INC_FILES Universe.h loader/LevelLoader.h xml/xmlParser.h skybox/SkyBox.h) | 
|---|
| [164] | 7 |  | 
|---|
| [135] | 8 | #Creates an executable | 
|---|
|  | 9 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) | 
|---|
|  | 10 | #Links the executable against OGRE and OIS | 
|---|
| [137] | 11 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) | 
|---|
| [135] | 12 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.