summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/PROJECT_META/test.cmake
blob: 9c5266aab4bdb91e4f1b3c442ae33f7345136b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
project(
  MetaInfoTest
  VERSION 1.2.3
  DESCRIPTION "This is going to be a summary"
  HOMEPAGE_URL "https://meta.test.info"
)
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)

if(PACKAGING_TYPE STREQUAL "COMPONENT")
  set(CPACK_COMPONENTS_ALL test)
endif()