Last change
on this file since 241 was
224,
checked in by landauf, 17 years ago
|
- *cough* fixed another small bug in the object-list *cough*
- made the object-list a template, to avoid a dynamic_cast in the Iterator
|
File size:
589 bytes
|
Rev | Line | |
---|
[119] | 1 | PROJECT(Orxonox) |
---|
| 2 | |
---|
| 3 | # create a few variables to simplify life |
---|
[224] | 4 | SET(SRC_FILES orxonox.cc IdentifierList.cc Identifier.cc Factory.cc OrxonoxClass.cc BaseObject.cc test1.cc test2.cc test3.cc) |
---|
[221] | 5 | SET(INC_FILES IdentifierIncludes.h Identifier.h Factory.h IdentifierList.h ObjectList.h Iterator.h OrxonoxClass.h BaseObject.h Test.h test1.h test2.h test3.h) |
---|
[119] | 6 | |
---|
| 7 | #Creates an executable |
---|
| 8 | ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) |
---|
| 9 | #Links the executable against OGRE and OIS |
---|
[121] | 10 | TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} ${CEGUI_LIBRARIES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.