diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-24 21:06:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-24 21:06:32 (GMT) |
commit | d0f12061c32a2afe14c5b910bf6f86156552e3d3 (patch) | |
tree | 9dae7a4a1fedbcf2a40a7d8f4ceb38bf924ad597 /Source/cmGlobalXCodeGenerator.h | |
parent | c9aecb91cc326a8e42a78c11eb2b32ffb2518dc0 (diff) | |
download | CMake-d0f12061c32a2afe14c5b910bf6f86156552e3d3.zip CMake-d0f12061c32a2afe14c5b910bf6f86156552e3d3.tar.gz CMake-d0f12061c32a2afe14c5b910bf6f86156552e3d3.tar.bz2 |
ENH: add copy header stuff
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-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 5c8caa5..9bfc62d 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -65,6 +65,9 @@ public: const char* config, bool ignoreErrors, bool fast); + + // add extra build phases for a framework target + void AddFrameworkPhases(cmTarget*, cmXCodeObject* buildPhases); /** * Generate the all required files for building this project/tree. This |