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

Method Collect

Source/cmGeneratorExpression.cxx:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414std::string cmGeneratorExpression::Collect(
415 std::string const& input,
416 std::map<std::string, std::vector<std::string>>& collected)
417{
418 return extractAllGeneratorExpressions(input, &collected);
419}
420
421bool cmGeneratorExpression::ForbidGeneratorExpressions(
422 cmGeneratorTarget const* target, std::string const& propertyName,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected