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

Function cmTargetLinkDirectoriesCommand

Source/cmTargetLinkDirectoriesCommand.cxx:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65} // namespace
66
67bool cmTargetLinkDirectoriesCommand(std::vector<std::string> const& args,
68 cmExecutionStatus& status)
69{
70 return TargetLinkDirectoriesImpl(status).HandleArguments(
71 args, "LINK_DIRECTORIES", TargetLinkDirectoriesImpl::PROCESS_BEFORE);
72}

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…