cpack_add_component_group(groupname [DISPLAY_NAME name] [DESCRIPTION description] [PARENT_GROUP parent] [EXPANDED] [BOLD_TITLE])
cpack_add_component_group(groupname [DISPLAY_NAME name] [DESCRIPTION description] [PARENT_GROUP parent] [EXPANDED] [BOLD_TITLE])
cpack_add_component_group("languages"
DISPLAY_NAME "Languages"
DESCRIPTION "Different languages"
PARENT_GROUP "data"
EXPANDED
)
cpack_add_component_group(boden_framework
DISPLAY_NAME "Framework"
DESCRIPTION "Contains the boden Framework"
PARENT_GROUP boden_root)
cpack_add_component_group(
MachinekitHAL_Executable_Bitfile
PARENT_GROUP MachinekitHAL_Package_Base_Python_Executables)
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
)
cpack_add_component_group(dev PARENT_GROUP base)