Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 373 was 373, checked in by nicolasc, 16 years ago

some minor CML changes

File size: 213 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})
11SET_TARGET_PROPERTIES(hud PROPERTIES LINK_FLAGS "--no-undefined" )
Note: See TracBrowser for help on using the repository browser.