LayerManagement: enabled "coverage" build setting for GCC
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 12:36:44 +0000 (14:36 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 12:36:44 +0000 (14:36 +0200)
commit109e31e7de688c668a268a1c00c8a950546c2920
treede31c145a30d58846d0950fbb0bd0bda575ea7f9
parenta91e350d05eb4f8ae14b9d60c3450e5b08774428
LayerManagement: enabled "coverage" build setting for GCC

If LayerManagement is build on a GCC-based platform, an additional
build setting named 'coverage' is available.
Building with this setting results in intrumented versions.
The result can be used with gcov-based tools.
CMakeLists.txt
cmake/optionalFeatures/CMakeLists.txt [new file with mode: 0644]
cmake/optionalFeatures/codeCoverage/CMakeLists.txt [new file with mode: 0644]