diff options
author | Brad King <brad.king@kitware.com> | 2006-02-03 17:03:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-03 17:03:57 (GMT) |
commit | 131c4a3a17f5701e0e20ed0c4ad1a64ff4791423 (patch) | |
tree | 703233bb4f4012236f84459050fe87176a9f00b9 /Source | |
parent | 0323a0d6d20402d994f4f886d51b8c33c02ed73a (diff) | |
download | CMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.zip CMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.tar.gz CMake-131c4a3a17f5701e0e20ed0c4ad1a64ff4791423.tar.bz2 |
COMP: Added missing method decl to header.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 3 |
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); |