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

Method GenerateTarget

Source/cmLocalVisualStudio10Generator.cxx:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68cmLocalVisualStudio10Generator::~cmLocalVisualStudio10Generator() = default;
69
70void cmLocalVisualStudio10Generator::GenerateTarget(cmGeneratorTarget* target)
71{
72 if (static_cast<cmGlobalVisualStudioGenerator*>(this->GlobalGenerator)
73 ->TargetIsFortranOnly(target)) {
74 this->cmLocalVisualStudio7Generator::GenerateTarget(target);
75 } else {
76 cmVisualStudio10TargetGenerator tg(
77 target,
78 static_cast<cmGlobalVisualStudio10Generator*>(
79 this->GetGlobalGenerator()));
80 tg.Generate();
81 }
82}
83
84void cmLocalVisualStudio10Generator::ReadAndStoreExternalGUID(
85 std::string const& name, char const* path)

Callers

nothing calls this directly

Calls 3

TargetIsFortranOnlyMethod · 0.80
GetGlobalGeneratorMethod · 0.45
GenerateMethod · 0.45

Tested by

no test coverage detected