diff options
Diffstat (limited to 'Source/cmStatePrivate.h')
-rw-r--r-- | Source/cmStatePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStatePrivate.h b/Source/cmStatePrivate.h index a437ce2..6f475f2 100644 --- a/Source/cmStatePrivate.h +++ b/Source/cmStatePrivate.h @@ -83,6 +83,7 @@ struct cmStateDetail::BuildsystemDirectoryStateType std::vector<cmListFileBacktrace> LinkDirectoriesBacktraces; std::vector<std::string> NormalTargetNames; + std::vector<std::string> ImportedTargetNames; std::string ProjectName; |