| 3688 | } |
| 3689 | |
| 3690 | bool cmMakefile::GetPropertyAsBool(std::string const& prop) const |
| 3691 | { |
| 3692 | return this->GetProperty(prop).IsOn(); |
| 3693 | } |
| 3694 | |
| 3695 | std::vector<std::string> cmMakefile::GetPropertyKeys() const |
| 3696 | { |
nothing calls this directly
no test coverage detected