Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/orxonox/overlays/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: 160 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  OrxonoxOverlay.cc
3  OverlayGroup.cc
4
5COMPILATION_BEGIN OverlayCompilation.cc
6  InGameConsole.cc
7  Map.cc
8COMPILATION_END
9)
Note: See TracBrowser for help on using the repository browser.