Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/weapon_system_fw/src/hud/CMakeLists.txt @ 541

Last change on this file since 541 was 289, checked in by rgrieder, 17 years ago
  • updated the source files and CMLs
  • adjusted resources.cfg for the new hud overlay
File size: 150 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( HUD_SRC
5        hud_overlay.cc
6        test_overlay.cc
7   )
8
9ADD_LIBRARY(HUD ${HUD_SRC} )
Note: See TracBrowser for help on using the repository browser.