summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 6c25e5f..f9ca31e 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -101,11 +101,16 @@ private:
cmXCodeObject* dependTarget);
void AddLinkLibrary(cmXCodeObject* target,
const char*);
+ void ConfigureOutputPaths();
private:
std::vector<cmXCodeObject*> m_XCodeObjects;
cmXCodeObject* m_RootObject;
cmXCodeObject* m_MainGroupChildren;
+ cmXCodeObject* m_SourcesGroupChildren;
+ cmXCodeObject* m_ExternalGroupChildren;
cmMakefile* m_CurrentMakefile;
+ std::string m_LibraryOutputPath;
+ std::string m_ExecutableOutputPath;
cmLocalGenerator* m_CurrentLocalGenerator;
};