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

Function cmAddLinkOptionsCommand

Source/cmAddLinkOptionsCommand.cxx:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "cmMakefile.h"
7
8bool cmAddLinkOptionsCommand(std::vector<std::string> const& args,
9 cmExecutionStatus& status)
10{
11 cmMakefile& mf = status.GetMakefile();
12 for (std::string const& i : args) {
13 mf.AddLinkOption(i);
14 }
15 return true;
16}

Callers

nothing calls this directly

Calls 2

AddLinkOptionMethod · 0.80
GetMakefileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…