Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hud/src/hud/CMakeLists.txt @ 283

Last change on this file since 283 was 283, checked in by rgrieder, 16 years ago
  • removed the loader files due to several compiler errors (not needed in this branch anyway)
  • added a suitable CMake concept for subfolders (in this case just the one)
  • hud not yet implemented in orxonox.cc (however it is in main_reto branch)
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.