Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries/src/orxonox/overlays/hud/CMakeLists.txt @ 5627

Last change on this file since 5627 was 5627, checked in by landauf, 15 years ago

Put all specialized overlays into a new library (overlays) which is declared as a plugin.
All files are still in their old directories for the moment, no new export macro defined, I just want to test this on another platform.

  • Property svn:eol-style set to native
File size: 290 bytes
Line 
1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDHealthBar.cc
7  HUDTimer.cc
8  ChatOverlay.cc
9  GametypeStatus.cc
10  AnnounceMessage.cc
11  KillMessage.cc
12  DeathMessage.cc
13  PongScore.cc
14  UnderAttackHealthBar.cc
15  TeamBaseMatchScore.cc
16)
Note: See TracBrowser for help on using the repository browser.