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

Method AddLinkOption

Source/cmMakefile.cxx:1336–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336void cmMakefile::AddLinkOption(std::string const& option)
1337{
1338 this->AppendProperty("LINK_OPTIONS", option);
1339}
1340
1341void cmMakefile::AddLinkDirectory(std::string const& directory, bool before)
1342{

Callers 1

cmAddLinkOptionsCommandFunction · 0.80

Calls 1

AppendPropertyMethod · 0.95

Tested by

no test coverage detected