summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-12 22:03:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-09-19 13:29:07 (GMT)
commit14bf7783f4de829f62041d1dbf3989160820b2b7 (patch)
treeb0ee83b947e21c3ae73efaac965668c3e686dc96 /Source/cmGeneratorTarget.h
parentf428ca25f5f983cb57eb009a330c09506ee81587 (diff)
downloadCMake-14bf7783f4de829f62041d1dbf3989160820b2b7.zip
CMake-14bf7783f4de829f62041d1dbf3989160820b2b7.tar.gz
CMake-14bf7783f4de829f62041d1dbf3989160820b2b7.tar.bz2
Store cmGeneratorTargets with the makefile.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index bf0ab84..c19ef7d 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -66,4 +66,6 @@ private:
void operator=(cmGeneratorTarget const&);
};
+typedef std::map<cmTarget*, cmGeneratorTarget*> cmGeneratorTargetsType;
+
#endif