diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-09-19 15:48:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-19 17:17:59 (GMT) |
commit | b807cd9b54e4a9324ddd64281254b6fe80be5b24 (patch) | |
tree | 683a118372760a9a85a808151b093e8aa0cf9e21 /Source/CPack/IFW/cmCPackIFWInstaller.h | |
parent | 5c87b92b1b7888ee032e3c2a75f35f1f94f4dfa5 (diff) | |
download | CMake-b807cd9b54e4a9324ddd64281254b6fe80be5b24.zip CMake-b807cd9b54e4a9324ddd64281254b6fe80be5b24.tar.gz CMake-b807cd9b54e4a9324ddd64281254b6fe80be5b24.tar.bz2 |
CPackIFW: Add 'cpack_ifw_add_package_resources' command
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWInstaller.h')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWInstaller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWInstaller.h b/Source/CPack/IFW/cmCPackIFWInstaller.h index f72d379..c9265ec 100644 --- a/Source/CPack/IFW/cmCPackIFWInstaller.h +++ b/Source/CPack/IFW/cmCPackIFWInstaller.h @@ -94,6 +94,9 @@ public: /// Filename for a custom installer control script std::string ControlScript; + /// List of resources to include in the installer binary + std::vector<std::string> Resources; + public: // Internal implementation |