diff options
author | David Cole <david.cole@kitware.com> | 2007-08-22 15:32:48 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2007-08-22 15:32:48 (GMT) |
commit | ef22ad6bec33cf2d9701732b6985744bf485cc06 (patch) | |
tree | 63604b75053a9144fb1f5ebede77248d881caf67 /Source/cmGlobalGenerator.h | |
parent | a43976e91d8550fea5bdc06d63725869ca2ffb17 (diff) | |
download | CMake-ef22ad6bec33cf2d9701732b6985744bf485cc06.zip CMake-ef22ad6bec33cf2d9701732b6985744bf485cc06.tar.gz CMake-ef22ad6bec33cf2d9701732b6985744bf485cc06.tar.bz2 |
ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Work in progress... More to come.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index fbddb47..6b8e53e 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -142,7 +142,9 @@ public: void AddTargetToExports(const char* exportSet, cmTarget* target, cmInstallTargetGenerator* archive, cmInstallTargetGenerator* runTime, - cmInstallTargetGenerator* library); + cmInstallTargetGenerator* library, + cmInstallTargetGenerator* framework, + cmInstallTargetGenerator* bundle); ///! Get the export target set with the given name const std::vector<cmTargetExport*>* GetExportSet(const char* name) const; |