Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/overlays/CMakeLists.txt @ 2130

Last change on this file since 2130 was 2130, checked in by rgrieder, 15 years ago

Trunk should be functional again with these changes

  • Property svn:eol-style set to native
File size: 279 bytes
Line 
1SET( SRC_FILES
2  OrxonoxOverlay.cc
3  OverlayGroup.cc
4  OverlayText.cc
5
6  console/InGameConsole.cc
7
8  debug/DebugFPSText.cc
9  debug/DebugRTRText.cc
10
11  hud/HUDBar.cc
12  hud/HUDNavigation.cc
13  hud/HUDRadar.cc
14  hud/HUDSpeedBar.cc
15  hud/ChatOverlay.cc
16)
17
18ADD_SOURCE_FILES(SRC_FILES)
19
Note: See TracBrowser for help on using the repository browser.