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

Function cmTargetLinkOptionsCommand

Source/cmTargetLinkOptionsCommand.cxx:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44} // namespace
45
46bool cmTargetLinkOptionsCommand(std::vector<std::string> const& args,
47 cmExecutionStatus& status)
48{
49 return TargetLinkOptionsImpl(status).HandleArguments(
50 args, "LINK_OPTIONS", TargetLinkOptionsImpl::PROCESS_BEFORE);
51}

Callers

nothing calls this directly

Calls 2

HandleArgumentsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…