summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-25 17:58:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 18:09:38 (GMT)
commit0e0258c8b9c6cab7c55c90687b30d65a83783c2f (patch)
treec2c2b013f26ab82d9ca428f11b174ce11906a430 /Source/cmGlobalGenerator.h
parenta8e5d838edcb692ff69c2073cf692d7067f52c67 (diff)
downloadCMake-0e0258c8b9c6cab7c55c90687b30d65a83783c2f.zip
CMake-0e0258c8b9c6cab7c55c90687b30d65a83783c2f.tar.gz
CMake-0e0258c8b9c6cab7c55c90687b30d65a83783c2f.tar.bz2
cmGlobalGenerator: Split creation of generator object from initialization.
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 398335b..b9a32bf 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -485,6 +485,7 @@ private:
cmGeneratorTargetsType GeneratorTargets;
friend class cmake;
void CreateGeneratorTargets(cmLocalGenerator* lg);
+ void InitGeneratorTargets();
void CreateGeneratorTargets();
void ClearGeneratorMembers();