Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/orxonox/graphics/CMakeLists.txt @ 5873

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

Added a few more compilations in our own libraries.
Also fixed a bug in tools/CMakeLists.txt (ADD instead of SET_SOURCE_FILES caused the list of files to grow every cmake run, but REMOVE_DUPLICATES took care of it anyway).

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