Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/hud/CMakeLists.txt @ 513

Last change on this file since 513 was 376, checked in by rgrieder, 17 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 
1PROJECT(Orxonox)
2
3SET( HUD_SRC_FILES
4  hud_overlay.cc
5  test_overlay.cc
6)
7
8ADD_LIBRARY(hud SHARED ${HUD_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.