Last change
on this file since 371 was
364,
checked in by nicolasc, 17 years ago
|
added missing inertial_node target
forced network to be static - enet ist normally not build as shared lib!
|
File size:
552 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | SET( ORXONOX_SRC_FILES |
---|
4 | orxonox.cc |
---|
5 | orxonox_scene.cc |
---|
6 | orxonox_ship.cc |
---|
7 | run_manager.cc |
---|
8 | spaceship_steering.cc |
---|
9 | inertial_node.cc |
---|
10 | ) |
---|
11 | |
---|
12 | ADD_EXECUTABLE(../../bin/main ${ORXONOX_SRC_FILES}) |
---|
13 | |
---|
14 | SET_TARGET_PROPERTIES(../../bin/main PROPERTIES LINK_FLAGS "--no-undefined" ) |
---|
15 | |
---|
16 | |
---|
17 | ADD_SUBDIRECTORY(core) |
---|
18 | ADD_SUBDIRECTORY(hud) |
---|
19 | ADD_SUBDIRECTORY(objects) |
---|
20 | ADD_SUBDIRECTORY(weapon) |
---|
21 | |
---|
22 | |
---|
23 | TARGET_LINK_LIBRARIES( ../../bin/main |
---|
24 | ${OGRE_LIBRARIES} |
---|
25 | ${OIS_LIBRARIES} |
---|
26 | ${ENet_LIBRARY} |
---|
27 | loader |
---|
28 | network |
---|
29 | core |
---|
30 | hud |
---|
31 | objects |
---|
32 | weapon |
---|
33 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.