Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Applied changes from HEAD again. I have found a way to solve the problem..

  • Property svn:eol-style set to native
File size: 267 bytes
Line 
1SET( ORXONOX_OVERLAYS_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
Note: See TracBrowser for help on using the repository browser.