| 3804 | } |
| 3805 | |
| 3806 | std::string cmGeneratorTarget::GetFullNameImported( |
| 3807 | std::string const& config, cmStateEnums::ArtifactType artifact) const |
| 3808 | { |
| 3809 | return cmSystemTools::GetFilenameName( |
| 3810 | this->Target->ImportedGetFullPath(config, artifact)); |
| 3811 | } |
| 3812 | |
| 3813 | cmGeneratorTarget::NameComponents const& |
| 3814 | cmGeneratorTarget::GetFullNameInternalComponents( |
no test coverage detected