MCPcopy Create free account
hub / github.com/nodejs/node / DependenciesToLinkAgainst

Method DependenciesToLinkAgainst

tools/gyp/pylib/gyp/input.py:1922–1926  ·  view source on GitHub ↗

Returns a list of dependency targets that are linked into this target.

(self, targets)

Source from the content-addressed store, hash-verified

1920 return self._LinkDependenciesInternal(targets, include_shared_libraries)
1921
1922 def DependenciesToLinkAgainst(self, targets):
1923 """
1924 Returns a list of dependency targets that are linked into this target.
1925 """
1926 return self._LinkDependenciesInternal(targets, True)
1927
1928
1929def BuildDependencyList(targets):

Callers 1

Calls 1

Tested by

no test coverage detected