diff options
author | Pierluigi Taddei <pierluigi.taddei@gmail.com> | 2016-09-15 19:26:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-16 14:29:00 (GMT) |
commit | c2f0f41f6372a6a810f43cab3ebba70261231c70 (patch) | |
tree | 6ff15bbeff65ebd6635d29c090b376406dbf5423 /Source/CPack/IFW/cmCPackIFWPackage.h | |
parent | 010140311a0aa9336b7e2a2d22c177d445ee1c32 (diff) | |
download | CMake-c2f0f41f6372a6a810f43cab3ebba70261231c70.zip CMake-c2f0f41f6372a6a810f43cab3ebba70261231c70.tar.gz CMake-c2f0f41f6372a6a810f43cab3ebba70261231c70.tar.bz2 |
CPackIFW: Add USER_INTERFACES option
Add to CPackIFW the capability of accepting a list of
USER_INTERFACES that are copied to the meta folder and
added to the component description.
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWPackage.h')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWPackage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWPackage.h b/Source/CPack/IFW/cmCPackIFWPackage.h index 579eeb8..739ae3e 100644 --- a/Source/CPack/IFW/cmCPackIFWPackage.h +++ b/Source/CPack/IFW/cmCPackIFWPackage.h @@ -99,6 +99,9 @@ public: /// List of license agreements to be accepted by the installing user std::vector<std::string> Licenses; + /// List of pages to load + std::vector<std::string> UserInterfaces; + /// Priority of the component in the tree std::string SortingPriority; |