Last change
on this file since 341 was
341,
checked in by rgrieder, 17 years ago
|
- removed folder src/class_hierarchy
- removed a few unnec. files in src/
- added a few files in src/orxonox to make weapon system and hud work
- restructured all CMLs
- adjusted all the #include directives (only one include directory now: src)
- moved ENET library linkage to CML in src/orxonox
|
File size:
174 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | # TODO find a cleaner way to include xmlParser |
---|
4 | SET( LOADER_SRC_FILES |
---|
5 | LevelLoader.cc |
---|
6 | ../xml/xmlParser.cc |
---|
7 | ) |
---|
8 | |
---|
9 | ADD_LIBRARY(loader ${LOADER_SRC_FILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.