source:
code/trunk/src/CMakeLists.txt
@
158
| Last change on this file since 158 was 137, checked in by nicolasc, 18 years ago | |
|---|---|
| File size: 382 bytes | |
| Rev | Line | |
|---|---|---|
| [135] | 1 | PROJECT(Orxonox) |
| 2 | ||
| 3 | # create a few variables to simplify life | |
| 4 | SET(SRC_FILES orxonox.cc) | |
| [137] | 5 | #SET(INC_FILES ExampleApplication.h ExampleFrameListener.h) |
| [135] | 6 | |
| 7 | #Creates an executable | |
| 8 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) | |
| 9 | #Links the executable against OGRE and OIS | |
| [137] | 10 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) |
| [135] | 11 |
Note: See TracBrowser
for help on using the repository browser.










