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

Method SetRelink

Source/cmLinkLineComputer.cxx:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void cmLinkLineComputer::SetRelink(bool relink)
43{
44 this->Relink = relink;
45}
46
47std::string cmLinkLineComputer::ConvertToLinkReference(
48 std::string const& lib) const

Callers 4

WriteExecutableRuleMethod · 0.80
WriteLibraryRulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected