From 131c4a3a17f5701e0e20ed0c4ad1a64ff4791423 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 3 Feb 2006 12:03:57 -0500 Subject: COMP: Added missing method decl to header. --- Source/cmGlobalXCodeGenerator.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v0.12