summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWInstaller.h
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2016-09-19 15:48:27 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-19 17:17:59 (GMT)
commitb807cd9b54e4a9324ddd64281254b6fe80be5b24 (patch)
tree683a118372760a9a85a808151b093e8aa0cf9e21 /Source/CPack/IFW/cmCPackIFWInstaller.h
parent5c87b92b1b7888ee032e3c2a75f35f1f94f4dfa5 (diff)
downloadCMake-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.h3
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