summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2007-08-22 15:32:48 (GMT)
committerDavid Cole <david.cole@kitware.com>2007-08-22 15:32:48 (GMT)
commitef22ad6bec33cf2d9701732b6985744bf485cc06 (patch)
tree63604b75053a9144fb1f5ebede77248d881caf67 /Source/cmGlobalGenerator.h
parenta43976e91d8550fea5bdc06d63725869ca2ffb17 (diff)
downloadCMake-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.h4
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;