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

Method GetUseLinkScript

Source/cmGlobalGenerator.h:381–381  ·  view source on GitHub ↗

Get whether the generator should use a script for link commands. */

Source from the content-addressed store, hash-verified

379
380 /** Get whether the generator should use a script for link commands. */
381 bool GetUseLinkScript() const { return this->UseLinkScript; }
382
383 /** Get whether the generator should produce special marks on rules
384 producing symbolic (non-file) outputs. */

Callers 10

CreateIfAnyMethod · 0.80
WriteExecutableRuleMethod · 0.80
GetDeviceLinkFlagsMethod · 0.80
GetTargetLinkFlagsMethod · 0.80
GetDeviceLinkFlagsMethod · 0.80
GetTargetFlagsMethod · 0.80
WriteLibraryRulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected