Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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