Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2994 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
RevLine 
[2710]1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
[2126]2  OrxonoxOverlay.cc
3  OverlayGroup.cc
4  OverlayText.cc
[2957]5  GUIOverlay.cc
[2131]6)
[2126]7
[2710]8ADD_SUBDIRECTORY(console)
9ADD_SUBDIRECTORY(debug)
10ADD_SUBDIRECTORY(hud)
11ADD_SUBDIRECTORY(notifications)
12ADD_SUBDIRECTORY(stats)
[2126]13
Note: See TracBrowser for help on using the repository browser.