Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged merger branch back in FICN

File size: 132 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( HUD_SRC
5        hud_overlay.cc
6   )
7
8ADD_LIBRARY(HUD ${HUD_SRC} )
Note: See TracBrowser for help on using the repository browser.