Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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