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

Function stripAllGeneratorExpressions

Source/cmGeneratorExpression.cxx:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static std::string stripAllGeneratorExpressions(cm::string_view input)
228{
229 return extractAllGeneratorExpressions(input, nullptr);
230}
231
232static void prefixItems(std::string const& content, std::string& result,
233 cm::string_view prefix)

Callers 1

PreprocessMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…