Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2957 was 2957, checked in by bknecht, 15 years ago

hack to include gui into hud

  • Property svn:eol-style set to native
File size: 238 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  OrxonoxOverlay.cc
3  OverlayGroup.cc
4  OverlayText.cc
5  GUIOverlay.cc
6)
7
8ADD_SUBDIRECTORY(console)
9ADD_SUBDIRECTORY(debug)
10ADD_SUBDIRECTORY(hud)
11ADD_SUBDIRECTORY(notifications)
12ADD_SUBDIRECTORY(stats)
13
Note: See TracBrowser for help on using the repository browser.