summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-13 20:41:28 (GMT)
committerBrad King <brad.king@kitware.com>2012-03-19 15:52:40 (GMT)
commit8045e1711907951ec1cb574d7e39c0dcf6471302 (patch)
tree1b827912f1f0b7e7a49c14795adbc5818908c6e2 /Source/cmGlobalXCodeGenerator.h
parent247a132422bd3f1c97f5fcf8457d5a105ab65687 (diff)
downloadCMake-8045e1711907951ec1cb574d7e39c0dcf6471302.zip
CMake-8045e1711907951ec1cb574d7e39c0dcf6471302.tar.gz
CMake-8045e1711907951ec1cb574d7e39c0dcf6471302.tar.bz2
Pre-compute object file names before Xcode generation
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 2004514..800963b 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -206,6 +206,8 @@ protected:
std::vector<cmXCodeObject*> XCodeObjects;
cmXCodeObject* RootObject;
private:
+ void ComputeTargetObjects(cmGeneratorTarget* gt) const;
+
std::string GetObjectsNormalDirectory(
const std::string &projName,
const std::string &configName,