diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2013-12-01 22:16:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-12-03 14:25:53 (GMT) |
commit | e5e3f3d4ff79d27450618edb01890fc99f212d12 (patch) | |
tree | 7e0f3abd82a420dab573e536ab6c507d13bcdb43 /Source/cmLocalGenerator.h | |
parent | 845cdbc60ed0f6ab8bfd94bb7175826edbf8565b (diff) | |
download | CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.zip CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.tar.gz CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.tar.bz2 |
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.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 21700e9..9a89f0f 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -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. */ |