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

Function ReplaceScriptVars

Source/cmGlobalXCodeGenerator.cxx:2245–2250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243
2244namespace {
2245void ReplaceScriptVars(std::string& cmd)
2246{
2247 cmSystemTools::ReplaceString(cmd, "$(CONFIGURATION)", "$CONFIGURATION");
2248 cmSystemTools::ReplaceString(cmd, "$(EFFECTIVE_PLATFORM_NAME)",
2249 "$EFFECTIVE_PLATFORM_NAME");
2250}
2251}
2252
2253std::string cmGlobalXCodeGenerator::ConstructScript(

Callers 1

ConstructScriptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…