| 1166 | } |
| 1167 | |
| 1168 | cmGlobalGenerator* cmTarget::GetGlobalGenerator() const |
| 1169 | { |
| 1170 | return this->impl->Makefile->GetGlobalGenerator(); |
| 1171 | } |
| 1172 | |
| 1173 | BTs<std::string> const* cmTarget::GetLanguageStandardProperty( |
| 1174 | std::string const& propertyName) const |
no outgoing calls