Wiki » History » Version 1

Version 1/25 - Next ยป - Current version
J. Wienke, 09/12/2010 09:06 PM
Initial documentation of the cmake support libraries


CMake Support Library

RSC contains different CMake scripts and macros which are generally useful. These include:
  • Find macros for various software packages
  • EnableConverageReport: Support for coverage html code reports on GCC using gcov and lcov.
  • CheckInitMethod: Checks which compiler-specific method can be used to execute before the main method begins. This is e.g. useful to install extensions
  • InstallFilesRecursive: A macro to install files while preserving their folder structure. The normal install macro of CMake copies all given files into a flat list at the target location.
  • ParseArguments: Helper to parse arguments to CMake macros and functions with UPPERCASE keywords to separate lists.

All CMake files are installed to $prefix/share/cmake/Modules.