diff options
author | Brad King <brad.king@kitware.com> | 2013-10-30 18:55:35 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-30 18:55:35 (GMT) |
commit | 8a6e82724c42920855c2348e914636f52a0c55d5 (patch) | |
tree | 9fc53980cac867f2ea8aaf94ee10a96364459ce4 /Source/cmGlobalGenerator.h | |
parent | 6e900fbe6970981f8c73500581df99fa6b955fa1 (diff) | |
parent | 638843af984281c67edcc9ea9e05712ac9075d04 (diff) | |
download | CMake-8a6e82724c42920855c2348e914636f52a0c55d5.zip CMake-8a6e82724c42920855c2348e914636f52a0c55d5.tar.gz CMake-8a6e82724c42920855c2348e914636f52a0c55d5.tar.bz2 |
Merge topic 'use-generator-target'
638843a Remove the Location member from cmTarget.
90ef1cf Move GenerateTargetManifest to cmGeneratorTarget.
25f1df3 Split CreateGeneratorTargets into two methods.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 1538cb5..df434b3 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -408,6 +408,7 @@ private: // Per-target generator information. cmGeneratorTargetsType GeneratorTargets; void CreateGeneratorTargets(); + void ComputeGeneratorTargetObjects(); void ClearGeneratorTargets(); virtual void ComputeTargetObjects(cmGeneratorTarget* gt) const; |