Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/map/src/orxonox/overlays/CMakeLists.txt @ 2837

Last change on this file since 2837 was 2837, checked in by Naaduun, 16 years ago

added Map class

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