|
Last change
on this file since 350 was
348,
checked in by rgrieder, 18 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:
143 bytes
|
| Line | |
|---|
| 1 | PROJECT(Orxonox) |
|---|
| 2 | |
|---|
| 3 | SET( HUD_SRC_FILES |
|---|
| 4 | hud_overlay.cc |
|---|
| 5 | test_overlay.cc |
|---|
| 6 | ) |
|---|
| 7 | |
|---|
| 8 | LINK_DIRECTORIES(.) |
|---|
| 9 | |
|---|
| 10 | ADD_LIBRARY(hud STATIC ${HUD_SRC_FILES}) |
|---|
Note: See
TracBrowser
for help on using the repository browser.