Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Trying to extend ADD_SOURCE_FILES recursively.

  • 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.