Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added Gameplay messages (Announces, Killmessages and Deathmessages)

  • Property svn:eol-style set to native
File size: 277 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(console)
10ADD_SUBDIRECTORY(debug)
11ADD_SUBDIRECTORY(hud)
12ADD_SUBDIRECTORY(map)
13ADD_SUBDIRECTORY(notifications)
14ADD_SUBDIRECTORY(stats)
15
Note: See TracBrowser for help on using the repository browser.