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

Function GetEscapedPropertyIfValueNotNULL

Source/cmLocalVisualStudio7Generator.cxx:1248–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248static std::string GetEscapedPropertyIfValueNotNULL(char const* propertyValue)
1249{
1250 return propertyValue
1251 ? cmLocalVisualStudio7GeneratorEscapeForXML(propertyValue)
1252 : std::string();
1253}
1254
1255void cmLocalVisualStudio7Generator::OutputDeploymentDebuggerTool(
1256 std::ostream& fout, std::string const& config, cmGeneratorTarget* target)

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…