MCPcopy Create free account
hub / github.com/Kitware/CMake / IsDotNetSdkTarget

Method IsDotNetSdkTarget

Source/cmGeneratorTarget.cxx:5115–5118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

CreateSolutionMethod · 0.80
GenerateMethod · 0.80
WriteCustomRuleMethod · 0.80
UpdateCacheMethod · 0.80

Calls 2

GetPropertyMethod · 0.95
IsEmptyMethod · 0.45

Tested by

no test coverage detected