| 412 | } |
| 413 | |
| 414 | std::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 | |
| 421 | bool cmGeneratorExpression::ForbidGeneratorExpressions( |
| 422 | cmGeneratorTarget const* target, std::string const& propertyName, |
nothing calls this directly
no test coverage detected