source:
code/trunk/Tutorial/CMakeLists.txt
@
37
| Last change on this file since 37 was 13, checked in by nicolasc, 18 years ago | |
|---|---|
| File size: 295 bytes | |
| Line | |
|---|---|
| 1 | PROJECT (Tutorial) |
| 2 | |
| 3 | SET (MAIN_SRC main.cpp ExampleApplication.h ExampleFrameListener.h ExampleLoadingBar.h ) |
| 4 | |
| 5 | ADD_EXECUTABLE (main ${MAIN_SRC}) |
| 6 | |
| 7 | # find OGRE |
| 8 | FIND_LIBRARY (OGRE_LIBS NAMES OGRE |
| 9 | PATH /usr/lib /usr/local/lib) |
| 10 | IF (OGRE_LIBS) |
| 11 | TARGET_ADD_LIBRARY (main OGRE_LIBS) |
| 12 | ENDIF (OGRE_LIBS) |
Note: See TracBrowser
for help on using the repository browser.










