Pre-compute object file names before Xcode generation

This commit is contained in:
David Cole
2012-03-13 16:41:28 -04:00
committed by Brad King
parent 247a132422
commit 8045e17119
2 changed files with 51 additions and 0 deletions
+2
View File
@@ -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,