Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3092 was 3089, checked in by landauf, 16 years ago

merged map branch back to trunk

  • Property svn:eol-style set to native
File size: 260 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)
[3089]11ADD_SUBDIRECTORY(map)
[2710]12ADD_SUBDIRECTORY(notifications)
13ADD_SUBDIRECTORY(stats)
[2126]14
Note: See TracBrowser for help on using the repository browser.