|
Last change
on this file since 421 was
376,
checked in by rgrieder, 18 years ago
|
- removed the linker flags, since —no-undefined has no influence when building shared libraries (sorry Nico for you efforts)
—no-allow-shlib-undefined should exist, but doesn't according to the man page, and it also doesn't work anyway.
- removed linkage of ENet to the main executable as well (not necessary)
|
|
File size:
124 bytes
|
| Line | |
|---|
| 1 | PROJECT(Orxonox) |
|---|
| 2 | |
|---|
| 3 | SET( HUD_SRC_FILES |
|---|
| 4 | hud_overlay.cc |
|---|
| 5 | test_overlay.cc |
|---|
| 6 | ) |
|---|
| 7 | |
|---|
| 8 | ADD_LIBRARY(hud SHARED ${HUD_SRC_FILES}) |
|---|
Note: See
TracBrowser
for help on using the repository browser.