diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-07-25 06:47:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-29 19:52:01 (GMT) |
commit | b234000184bbf314bf0a7380a1d4ebb54f7c8f69 (patch) | |
tree | d017595afc500f4f9c881942ea2a5e79a0ea61d5 /Modules/CPackIFW.cmake | |
parent | 38065563b6fb0093004d0c89b5de0f82a76b5a31 (diff) | |
download | CMake-b234000184bbf314bf0a7380a1d4ebb54f7c8f69.zip CMake-b234000184bbf314bf0a7380a1d4ebb54f7c8f69.tar.gz CMake-b234000184bbf314bf0a7380a1d4ebb54f7c8f69.tar.bz2 |
CPackIFW: Document cpack_ifw_configure_component DEPENDS option
Diffstat (limited to 'Modules/CPackIFW.cmake')
-rw-r--r-- | Modules/CPackIFW.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index f99488a..8207b5e 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -95,6 +95,7 @@ # [SCRIPT <script>] # [NAME <name>] # [PRIORITY <priority>] +# [DEPENDS <com_id> ...] # [LICENSES <display_name> <file_path> ...]) # # This command should be called after cpack_add_component command. @@ -109,6 +110,8 @@ # # ``PRIORITY`` is priority of the component in the tree. # +# ``DEPENDS`` list of dependency component identifiers in QtIFW_ style. +# # ``LICENSES`` pair of <display_name> and <file_path> of license text for this # component. You can specify more then one license. # |