diff options
author | David Cole <david.cole@kitware.com> | 2012-03-13 20:41:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-19 15:52:40 (GMT) |
commit | 8045e1711907951ec1cb574d7e39c0dcf6471302 (patch) | |
tree | 1b827912f1f0b7e7a49c14795adbc5818908c6e2 /Source/cmGlobalXCodeGenerator.h | |
parent | 247a132422bd3f1c97f5fcf8457d5a105ab65687 (diff) | |
download | CMake-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.h | 2 |
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, |