Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/orxonox/overlays/CMakeLists.txt @ 2665

Last change on this file since 2665 was 2664, checked in by rgrieder, 15 years ago

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

  • Property svn:eol-style set to native
File size: 222 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(notifications)
11ADD_SUBDIRECTORY(stats)
12
Note: See TracBrowser for help on using the repository browser.