Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/unity_build/src/orxonox/graphics/CMakeLists.txt @ 8558

Last change on this file since 8558 was 8558, checked in by rgrieder, 13 years ago

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

  • Property svn:eol-style set to native
File size: 296 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Billboard.cc
3  BlinkingBillboard.cc
4  FadingBillboard.cc
5  GlobalShader.cc
6  MeshLodInformation.cc
7  Model.cc
8  AnimatedModel.cc
9  ParticleEmitter.cc
10  ParticleSpawner.cc
11
12BUILD_UNIT GraphicsBuildUnit.cc
13  Backlight.cc
14  Camera.cc
15  Light.cc
16END_BUILD_UNIT
17)
Note: See TracBrowser for help on using the repository browser.