mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
committed by
Brad King
parent
92c8b83641
commit
ae108418ae
@@ -804,6 +804,12 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
|
||||
|
||||
vars.LanguageCompileFlags = langFlags.c_str();
|
||||
|
||||
std::string linkerLauncher =
|
||||
this->GetLinkerLauncher(this->GetConfigName());
|
||||
if (cmNonempty(linkerLauncher)) {
|
||||
vars.Launcher = linkerLauncher.c_str();
|
||||
}
|
||||
|
||||
std::string launcher;
|
||||
cmProp val = this->LocalGenerator->GetRuleLauncher(this->GeneratorTarget,
|
||||
"RULE_LAUNCH_LINK");
|
||||
|
||||
Reference in New Issue
Block a user