MCPcopy Create free account
hub / github.com/Kitware/CMake / AppendFlagEscape

Method AppendFlagEscape

Source/cmLocalGenerator.cxx:2578–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576}
2577
2578void cmLocalGenerator::AppendFlagEscape(std::string& flags,
2579 std::string const& rawFlag) const
2580{
2581 this->AppendFlags(
2582 flags,
2583 this->EscapeForShell(rawFlag, false, false, false, this->IsNinjaMulti()));
2584}
2585
2586void cmLocalGenerator::AppendLinkFlagsWithParsing(
2587 std::string& flags, std::string const& newFlags,

Calls 3

AppendFlagsMethod · 0.95
IsNinjaMultiMethod · 0.95
EscapeForShellMethod · 0.80

Tested by

no test coverage detected