|
Last change
on this file since 344 was
341,
checked in by rgrieder, 18 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:
397 bytes
|
| Line | |
|---|
| 1 | PROJECT(Orxonox) |
|---|
| 2 | |
|---|
| 3 | SET( ORXONOX_SRC_FILES |
|---|
| 4 | orxonox.cc |
|---|
| 5 | spaceship_steering.cc |
|---|
| 6 | ) |
|---|
| 7 | |
|---|
| 8 | ADD_EXECUTABLE(../../bin/main ${ORXONOX_SRC_FILES}) |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | ADD_SUBDIRECTORY(core) |
|---|
| 12 | ADD_SUBDIRECTORY(hud) |
|---|
| 13 | ADD_SUBDIRECTORY(objects) |
|---|
| 14 | ADD_SUBDIRECTORY(weapon) |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | TARGET_LINK_LIBRARIES( ../../bin/main |
|---|
| 18 | ${OGRE_LIBRARIES} |
|---|
| 19 | ${OIS_LIBRARIES} |
|---|
| 20 | ${ENet_LIBRARY} |
|---|
| 21 | loader |
|---|
| 22 | network |
|---|
| 23 | core |
|---|
| 24 | hud |
|---|
| 25 | objects |
|---|
| 26 | weapon |
|---|
| 27 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.