Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto/src/hud/CMakeLists.txt @ 270

Last change on this file since 270 was 270, checked in by rgrieder, 16 years ago
  • added old version of class hierarchy in order to make things work (is not actually needed, but will be later anyway)
  • added the hud wrapper and the media files required
File size: 133 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( HUD_SRC
5        hud_overlay.cc
6   )
7
8#ADD_LIBRARY(HUD ${HUD_SRC} )
Note: See TracBrowser for help on using the repository browser.