Rev | Line | |
---|
[258] | 1 | PROJECT(Orxonox) |
---|
| 2 | |
---|
[300] | 3 | ADD_SUBDIRECTORY(orxonox) |
---|
| 4 | ADD_SUBDIRECTORY(loader) |
---|
| 5 | ADD_SUBDIRECTORY(network) |
---|
| 6 | ADD_SUBDIRECTORY(class_hierarchy) |
---|
| 7 | |
---|
[319] | 8 | # ======= |
---|
| 9 | # PROJECT(Orxonox) |
---|
| 10 | # |
---|
| 11 | # # create a few variables to simplify life |
---|
| 12 | # |
---|
| 13 | # SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc spaceship_steering.cc) |
---|
| 14 | # SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h spaceship_steering.h ) |
---|
| 15 | # |
---|
| 16 | # #Creates an executable |
---|
| 17 | # ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) |
---|
| 18 | # #Links the executable against OGRE and OIS |
---|
| 19 | # TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) |
---|
| 20 | # |
---|
| 21 | # >>>>>>> .merge-right.r318 |
---|
Note: See
TracBrowser
for help on using the repository browser.