cmake cpack_add_component_group examples

Signatures

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

Examples

AshampooSystems/boden package/package.cmake :29

cpack_add_component_group(boden_framework
    DISPLAY_NAME "Framework"
    DESCRIPTION "Contains the boden Framework"
    PARENT_GROUP boden_root)

machinekit/machinekit-hal src/executables/bitfile/CMakeLists.txt :122

cpack_add_component_group(
      MachinekitHAL_Executable_Bitfile
      PARENT_GROUP MachinekitHAL_Package_Base_Python_Executables)

afni/afni CMakeCPack.cmake :103

cpack_add_component_group(minimal
      DISPLAY_NAME minimal
      DESCRIPTION Contains a minimal installation from the AFNI tools suite
      (core libraries, C binaries, and tcsh)
      DEPENDS corelibs corebinaries 
      PARENT_GROUP all
  )

madlib/archived_madlib src/ports/postgres/cmake/PostgreSQLUtils.cmake :23

cpack_add_component_group(${PORT}
        DISPLAY_NAME \"${PORT} Support\"
        DESCRIPTION \"MADlib support for ${PORT}.\"
        PARENT_GROUP ports
    )

mgba-emu/mgba CMakeLists.txt :1236

cpack_add_component_group(dev PARENT_GROUP base)