summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackBundleGenerator.h
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2014-10-28 18:15:55 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2014-10-28 18:20:05 (GMT)
commitbd3fbf36b4da6a160d13eac37732377a9b123c6f (patch)
treef2a648071670304296f941c46e6524243943c973 /Source/CPack/cmCPackBundleGenerator.h
parentfddb3ca4432b2db003e89c570dad6fb5a770296b (diff)
downloadCMake-bd3fbf36b4da6a160d13eac37732377a9b123c6f.zip
CMake-bd3fbf36b4da6a160d13eac37732377a9b123c6f.tar.gz
CMake-bd3fbf36b4da6a160d13eac37732377a9b123c6f.tar.bz2
CPack: Add support for code signing of bundles on MacOS
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.h')
-rw-r--r--Source/CPack/cmCPackBundleGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.h b/Source/CPack/cmCPackBundleGenerator.h
index ed0187d..9cb2f0a 100644
--- a/Source/CPack/cmCPackBundleGenerator.h
+++ b/Source/CPack/cmCPackBundleGenerator.h
@@ -31,6 +31,8 @@ public:
protected:
virtual int InitializeInternal();
virtual const char* GetPackagingInstallPrefix();
+ int ConstructBundle();
+ int SignBundle(const std::string& src_dir);
int PackageFiles();
bool SupportsComponentInstallation() const;