mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Merge topic 'fastbuild-instrumentation'
903d35353finstrumentation: Update tests and documentation for FASTBuild supportbd24854d56FASTBuild: Expand TargetLabels and Config for Link Commands Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Eduard Voronkin <edward.voronkin@gmail.com> Merge-request: !11135
This commit is contained in:
@@ -250,6 +250,9 @@ bool cmFastbuildNormalTargetGenerator::DetectBaseLinkerCommand(
|
||||
cmRulePlaceholderExpander::RuleVariables vars;
|
||||
vars.CMTargetName = this->GeneratorTarget->GetName().c_str();
|
||||
vars.CMTargetType = cmState::GetTargetTypeName(targetType).c_str();
|
||||
vars.CMTargetLabels =
|
||||
this->GetGeneratorTarget()->GetTargetLabelsString().c_str();
|
||||
vars.Config = Config.c_str();
|
||||
vars.Language = linkLanguage.c_str();
|
||||
std::string const manifests =
|
||||
cmJoin(this->GetManifestsAsFastbuildPath(), " ");
|
||||
|
||||
Reference in New Issue
Block a user