Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 358 was 358, checked in by rgrieder, 16 years ago
  • fixed bug with SET_TARGET_PROPERTIES (works now according to linker command line, but it is still possible to add a function
  • added a lot of SHARED, since STATIC is actually the default value (confirmed by console message: linking static library blah..)
File size: 145 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 SHARED ${HUD_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.