mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
ENH: Define target and source property LABELS
This creates a new LABELS property for targets and source files. We write the labels of each target and its source files in target-specific locations in the build tree for future use.
This commit is contained in:
@@ -328,6 +328,9 @@ private:
|
||||
std::map<cmStdString, RuleHash> RuleHashes;
|
||||
void CheckRuleHashes();
|
||||
|
||||
void WriteTargetLabels();
|
||||
bool WriteTargetLabels(cmTarget* target, std::string& file);
|
||||
|
||||
cmExternalMakefileProjectGenerator* ExtraGenerator;
|
||||
|
||||
// track files replaced during a Generate
|
||||
|
||||
Reference in New Issue
Block a user