summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-15 18:37:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-05 16:43:17 (GMT)
commit4407eee01365d89d370d8e8b89f3ec0a65420046 (patch)
tree34e362c583f1186251912c6a32186278071860d4 /Source/cmGlobalGenerator.h
parenta09c545d3a518d771b66b59f92821af3d55d7d4b (diff)
downloadCMake-4407eee01365d89d370d8e8b89f3ec0a65420046.zip
CMake-4407eee01365d89d370d8e8b89f3ec0a65420046.tar.gz
CMake-4407eee01365d89d370d8e8b89f3ec0a65420046.tar.bz2
cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute().
Relieve the Xcode generator of having to reimplement Compute().
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index ba74c9e..e73aac2 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -84,6 +84,7 @@ public:
virtual void Configure();
virtual bool Compute();
+ virtual void AddExtraIDETargets() {}
enum TargetTypes {
AllTargets,