mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
instrumentation: Add Config value to snippet data
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user