summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-03 17:03:57 (GMT)
committerBrad King <brad.king@kitware.com>2006-02-03 17:03:57 (GMT)
commit131c4a3a17f5701e0e20ed0c4ad1a64ff4791423 (patch)
tree703233bb4f4012236f84459050fe87176a9f00b9 /Source/cmGlobalXCodeGenerator.h
parent0323a0d6d20402d994f4f886d51b8c33c02ed73a (diff)
downloadCMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.zip
CMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.tar.gz
CMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.tar.bz2
COMP: Added missing method decl to header.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index aafacc6..7d49b34 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -69,6 +69,9 @@ public:
*/
virtual void Generate();
+ /** Append the subdirectory for the given configuration. */
+ virtual void AppendDirectoryForConfig(const char* config, std::string& dir);
+
private:
cmXCodeObject* CreateOrGetPBXGroup(cmTarget& cmtarget,
cmSourceGroup* sg);