| 5113 | } |
| 5114 | |
| 5115 | bool cmGeneratorTarget::IsDotNetSdkTarget() const |
| 5116 | { |
| 5117 | return !this->GetProperty("DOTNET_SDK").IsEmpty(); |
| 5118 | } |
| 5119 | |
| 5120 | void cmGeneratorTarget::ComputeLinkImplementationLanguages( |
| 5121 | std::string const& config, cmOptionalLinkImplementation& impl) const |
no test coverage detected