Last change
on this file since 353 was
348,
checked in by rgrieder, 17 years ago
|
- made all self written libraries (like loader, network, core, etc.) STATIC
to avoid unresolved external symbols (with dynamic libraries, the linker won't complain).
- we don't need dynamic libraries for our own source files anyway
|
File size:
202 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | SET( WEAPON_SRC_FILES |
---|
4 | ammunition_dump.cc |
---|
5 | barrel_gun.cc |
---|
6 | base_weapon.cc |
---|
7 | bullet.cc |
---|
8 | bullet_manager.cc |
---|
9 | weapon_station.cc |
---|
10 | ) |
---|
11 | |
---|
12 | ADD_LIBRARY(weapon STATIC ${WEAPON_SRC_FILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.