Last change
on this file since 85 was
81,
checked in by nicolasc, 17 years ago
|
cleanup with CML.txt
moved bin to top-dir
|
File size:
359 bytes
|
Rev | Line | |
---|
[81] | 1 | PROJECT(Orxonox) |
---|
[76] | 2 | |
---|
| 3 | # create a few variables to simplify life |
---|
| 4 | SET(SRC_FILES orxonox.cc) |
---|
| 5 | SET(INC_FILES ExampleApplication.h ExampleFrameListener.h ExampleLoadingBar.h) |
---|
| 6 | |
---|
| 7 | #Creates an executable |
---|
[81] | 8 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) |
---|
[76] | 9 | #Links the executable against OGRE and OIS |
---|
[81] | 10 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES}) |
---|
[76] | 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.