9 lines
153 B
CMake
9 lines
153 B
CMake
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
"test/"
|
|
"paradiseo-eo/"
|
|
"paradiseo-mo/"
|
|
"paradiseo-moeo/"
|
|
"problems/"
|
|
"tutorial/"
|
|
)
|