diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2011-03-28 15:11:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-31 17:33:10 (GMT) |
commit | 2973c1fbebcbaff944ff2d75e5a44437bf9725c7 (patch) | |
tree | 5da5072ce3961e4ae4c0f824bdb929cac0b9d6fd /Source/CPack/cmCPackBundleGenerator.h | |
parent | 64a5e209998f12662a56346f855b1973cbbd0440 (diff) | |
download | CMake-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.h | 1 |
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; }; |