cmake cpack_add_component_group examples

Signatures

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

Examples

DragonJoker/Castor3D CMakeLists.txt :444

cpack_add_component_group( Core
			DISPLAY_NAME "Core libraries"
			DESCRIPTION "Base libraries needed to use Castor3D."
		)

shapelets/khiva cmake/CPackConfig.cmake :128

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

RHVoice/RHVoice data/CMakeLists.txt :127

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

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

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

rAthenaCN/rAthenaCN CMakeLists.txt :440

cpack_add_component_group( Runtime DESCRIPTION ${Runtime} DISPLAY_NAME "Runtime" )

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
)

phisko/kengine kengine/render/polyvox/libs/polyvox/Packaging.cmake :57

cpack_add_component_group(bindings DISPLAY_NAME "Bindings" DESCRIPTION "Language bindings")

zeromq/libzmq CMakeLists.txt :1846

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

AshampooSystems/boden package/package.cmake :25

cpack_add_component_group(boden_root
    DISPLAY_NAME "Boden"
    DESCRIPTION "The boden Framework")

arrayfire/forge CMakeModules/ForgeCPackConfig.cmake :91

cpack_add_component_group(backends
  DISPLAY_NAME "Forge"
  DESCRIPTION "Forge libraries")

arrayfire/arrayfire CMakeModules/CPackProjectConfig.cmake :155

cpack_add_component_group(afruntime
    DISPLAY_NAME "ArrayFire Runtime"
    DESCRIPTION "ArrayFire runtime libraries")

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
                     )

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/jk/cmake/Modules/InstallConfig.cmake :59

cpack_add_component_group(JKAMP
	DISPLAY_NAME "Jedi Academy Multiplayer"
	DESCRIPTION "Jedi Academy multiplayer game")

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
  )

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)