diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 067619a..736bad5 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -346,4 +346,7 @@ private: typedef std::map<cmStdString,cmTarget> cmTargets; +class cmTargetSet: public std::set<cmStdString> {}; +class cmTargetManifest: public std::map<cmStdString, cmTargetSet> {}; + #endif |