cmake cpack_add_component_group(DISPLAY_NAME) examples

KhronosGroup/KTX CMakeLists.txt :1577

cpack_add_component_group(LoadTestApps
    DISPLAY_NAME "Load Test Applications"
)

mpeg5/xevd CMakeLists.txt :246

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

mpeg5/xevd CMakeLists.txt :252

cpack_add_component_group(RuntimeGroup
  DISPLAY_NAME "Runtime"
  EXPANDED
  DESCRIPTION
 "Shared library and reference application that makes use of libxevd")

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

mpeg5/xeve CMakeLists.txt :255

cpack_add_component_group(RuntimeGroup
  DISPLAY_NAME "Runtime"
  EXPANDED
  DESCRIPTION
 "Shared library and xeve_app reference application")