cmake cpack_add_component_group examples

Signatures

cpack_add_component_group(groupname
  [DISPLAY_NAME name]
  [DESCRIPTION description]
  [PARENT_GROUP parent]
  [EXPANDED]
[BOLD_TITLE])

Examples

shapelets/khiva cmake/CPackConfig.cmake :128

cpack_add_component_group(khiva
  DISPLAY_NAME "Khiva"
  DESCRIPTION "Khiva Core, Bindings, Headers, Library"
  EXPANDED)

awawa-dev/HyperHDR cmake/packages.cmake :228

cpack_add_component_group(Runtime EXPANDED DESCRIPTION "HyperHdr runtime")

RHVoice/RHVoice data/CMakeLists.txt :127

cpack_add_component_group("data"
	DISPLAY_NAME "Data files"
	DESCRIPTION "Various data required for synthesis"
	EXPANDED
)

manticoresoftware/manticoresearch CMakeLists.txt :470

cpack_add_component_group ( main EXPANDED )

asset-group/5ghoul-5g-nr-attacks libs/libzmq/CMakeLists.txt :1722

cpack_add_component_group(Development DISPLAY_NAME "ZeroMQ software development kit" EXPANDED)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/CMakeInstallation.cmake :498

cpack_add_component_group(Documents
      EXPANDED
      DESCRIPTION "Release notes for developing HDF5 applications"
  )

freeorion/freeorion GG/CMakeLists.txt :292

cpack_add_component_group(
    COMPONENT_GROUP_RUNTIME
    DISPLAY_NAME "Runtime"
    DESCRIPTION "The runtime libs needed to run an application that uses GG."
    EXPANDED
)

zeromq/libzmq CMakeLists.txt :1846

cpack_add_component_group(Development DISPLAY_NAME "ZeroMQ software development kit" EXPANDED)

Tencent/Forward source/third_party/hdf5/CMakeInstallation.cmake :485

cpack_add_component_group(Documents
      EXPANDED
      DESCRIPTION "Release notes for developing HDF5 applications"
  )

arrayfire/arrayfire CMakeModules/CPackProjectConfig.cmake :159

cpack_add_component_group(afdevelopment
    DISPLAY_NAME "ArrayFire Development"
    DESCRIPTION "ArrayFire development files including headers and configuration files"
    EXPANDED)

OpenMS/OpenMS cmake/package_components.cmake :35

cpack_add_component_group(thirdparty
                     DISPLAY_NAME "Thirdparty binaries"
                     DESCRIPTION "Binaries and files for thirdparty tools and engines."
                     EXPANDED
                     )

Kitware/VTK ThirdParty/hdf5/vtkhdf5/CMakeInstallation.cmake :496

cpack_add_component_group(Documents
      EXPANDED
      DESCRIPTION "Release notes for developing HDF5 applications"
  )

mpeg5/xeve CMakeLists.txt :249

cpack_add_component_group(DevelopmentGroup
  DISPLAY_NAME "Development"
  EXPANDED
  DESCRIPTION
  "All of the tools you'll ever need to develop libxeve dependent software")

zeromq/zeromq4-x CMakeLists.txt :761

cpack_add_component_group(Development
    DISPLAY_NAME "ZeroMQ software development kit"
    EXPANDED)

zeromq/zeromq3-x CMakeLists.txt :362

cpack_add_component_group (Development
	DISPLAY_NAME "ZeroMQ software development kit"
	EXPANDED
)

zeromq/zeromq4-1 CMakeLists.txt :837

cpack_add_component_group(Development
    DISPLAY_NAME "ZeroMQ software development kit"
    EXPANDED)

HDFGroup/hdf5 CMakeInstallation.cmake :517

cpack_add_component_group(Documents
      EXPANDED
      DESCRIPTION "Release notes for developing HDF5 applications"
  )