Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 587 was 587, checked in by bknecht, 16 years ago

added HUD

File size: 174 bytes
Line 
1PROJECT(Orxonox)
2
3SET( HUD_SRC_FILES
4  HUD.cc
5)
6
7IF(WIN32)
8  ADD_LIBRARY(hud ${HUD_SRC_FILES})
9ELSE(WIN32)
10  ADD_LIBRARY(hud SHARED ${HUD_SRC_FILES})
11ENDIF(WIN32)
Note: See TracBrowser for help on using the repository browser.