source:
code/branches/xml-old/src/CMakeLists.txt
@
342
Last change on this file since 342 was 140, checked in by nicolape, 17 years ago | |
---|---|
File size: 414 bytes |
Line | |
---|---|
1 | PROJECT(Orxonox) |
2 | |
3 | # create a few variables to simplify life |
4 | SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc) |
5 | SET(INC_FILES ExampleApplication.h ExampleFrameListener.h loader/LevelLoader.h xml/xmlParser.h) |
6 | |
7 | #Creates an executable |
8 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) |
9 | #Links the executable against OGRE and OIS |
10 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES}) |
11 |
Note: See TracBrowser
for help on using the repository browser.