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

Method WriteSingleSDKReference

Source/cmVisualStudio10TargetGenerator.cxx:5253–5258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5251}
5252
5253void cmVisualStudio10TargetGenerator::WriteSingleSDKReference(
5254 Elem& e1, std::string const& extension, std::string const& version)
5255{
5256 Elem(e1, "SDKReference")
5257 .Attribute("Include", cmStrCat(extension, ", Version=", version));
5258}
5259
5260namespace {
5261std::string ComputeCertificateThumbprint(std::string const& source)

Callers 1

WriteSDKReferencesMethod · 0.95

Calls 3

ElemClass · 0.85
AttributeMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected