CTest: filter /showIncludes output from ninja compile launcher

Teach "ctest --launch" a new "--filter-prefix" option.  Set it using
the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator.
This commit is contained in:
Nils Gladitz
2013-12-01 23:16:06 +01:00
committed by Brad King
parent 845cdbc60e
commit e5e3f3d4ff
5 changed files with 46 additions and 4 deletions
+1
View File
@@ -266,6 +266,7 @@ public:
const char* Defines;
const char* RuleLauncher;
const char* DependencyFile;
const char* FilterPrefix;
};
/** Set whether to treat conversions to SHELL as a link script shell. */