summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackBundleGenerator.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2011-03-28 15:11:27 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-31 17:33:10 (GMT)
commit2973c1fbebcbaff944ff2d75e5a44437bf9725c7 (patch)
tree5da5072ce3961e4ae4c0f824bdb929cac0b9d6fd /Source/CPack/cmCPackBundleGenerator.h
parent64a5e209998f12662a56346f855b1973cbbd0440 (diff)
downloadCMake-2973c1fbebcbaff944ff2d75e5a44437bf9725c7.zip
CMake-2973c1fbebcbaff944ff2d75e5a44437bf9725c7.tar.gz
CMake-2973c1fbebcbaff944ff2d75e5a44437bf9725c7.tar.bz2
Add component support to DragNDrop generator.
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.h')
-rw-r--r--Source/CPack/cmCPackBundleGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.h b/Source/CPack/cmCPackBundleGenerator.h
index 82814b0..ed0187d 100644
--- a/Source/CPack/cmCPackBundleGenerator.h
+++ b/Source/CPack/cmCPackBundleGenerator.h
@@ -32,6 +32,7 @@ protected:
virtual int InitializeInternal();
virtual const char* GetPackagingInstallPrefix();
int PackageFiles();
+ bool SupportsComponentInstallation() const;
std::string InstallPrefix;
};