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

Method SetTargetImpLib

Source/cmRulePlaceholderExpander.h:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 std::string compilerSysroot, std::string linkerSysroot);
23
24 void SetTargetImpLib(std::string const& targetImpLib)
25 {
26 this->TargetImpLib = targetImpLib;
27 }
28
29 // Create a struct to hold the variables passed into
30 // ExpandRuleVariables

Calls

no outgoing calls

Tested by

no test coverage detected