| 4504 | } |
| 4505 | |
| 4506 | bool cmGeneratorTarget::UsesDefaultOutputDir( |
| 4507 | std::string const& config, cmStateEnums::ArtifactType artifact) const |
| 4508 | { |
| 4509 | std::string dir; |
| 4510 | return this->ComputeOutputDir(config, artifact, dir); |
| 4511 | } |
| 4512 | |
| 4513 | cmGeneratorTarget::OutputInfo const* cmGeneratorTarget::GetOutputInfo( |
| 4514 | std::string const& config) const |
no test coverage detected