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)

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

cpack_add_component_group(Runtime EXPANDED DESCRIPTION "HyperHdr runtime")

manticoresoftware/manticoresearch CMakeLists.txt :470

cpack_add_component_group ( main EXPANDED )

mysql/mysql-connector-cpp packaging/CMakeLists.txt :189

cpack_add_component_group(main)

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

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

BioMedIA/MIRTK CMake/Basis/BasisPack.cmake :241

cpack_add_component_group (${GRPNAME} ${ARGN})

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

cpack_add_component_group(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")

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

cpack_add_component_group(Runtime)

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")

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

cpack_add_component_group(Runtime)

ROCm/ROCR-Runtime CMakeLists.txt :319

cpack_add_component_group("static")

ROCm/rocm_smi_lib CMakeLists.txt :402

cpack_add_component_group("tests")

machinekit/machinekit-hal CMakeLists.txt :136

cpack_add_component_group(MachinekitHAL_Package_Base_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 deploy/CMakeLists.txt :76

cpack_add_component_group(ports
    DISPLAY_NAME "DBMS-Specific Components"
    DESCRIPTION "DBMS-specific files and libraries."
    EXPANDED
)

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)

mgba-emu/mgba CMakeLists.txt :1233

cpack_add_component_group(base)

HDFGroup/hdf5 CMakeInstallation.cmake :515

cpack_add_component_group(Runtime)