instrumentation: Add Config value to snippet data

This commit is contained in:
Martin Duffy
2025-02-06 12:16:24 -05:00
committed by Brad King
parent ee3a55fc48
commit 9689155a05
17 changed files with 65 additions and 9 deletions
@@ -554,6 +554,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
cmOutputConverter::SHELL, useWatcomQuote);
vars.Target = target.c_str();
vars.TargetPDB = targetOutPathPDB.c_str();
vars.Config = this->GetConfigName().c_str();
// Setup the target version.
std::string targetVersionMajor;