| 1284 | } |
| 1285 | |
| 1286 | bool cmGeneratorTarget::GetPropertyAsBool(std::string const& prop) const |
| 1287 | { |
| 1288 | return this->Target->GetPropertyAsBool(prop); |
| 1289 | } |
| 1290 | |
| 1291 | std::string cmGeneratorTarget::GetCompilePDBName( |
| 1292 | std::string const& config) const |
no outgoing calls
no test coverage detected