Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries/src/orxonox/overlays/CMakeLists.txt @ 5618

Last change on this file since 5618 was 5618, checked in by landauf, 15 years ago

moved InGameConsole from overlays to orxonox (it's not an OrxonoxOverlay)

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