2017-04-14 19:02:05 +02:00
|
|
|
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)
|
2021-11-20 13:41:27 +01:00
|
|
|
install(FILES CMakeLists.txt DESTINATION bar COMPONENT test)
|
|
|
|
install(FILES CMakeLists.txt DESTINATION baz COMPONENT test)
|
2017-04-14 19:02:05 +02:00
|
|
|
|
|
|
|
if(PACKAGING_TYPE STREQUAL "COMPONENT")
|
|
|
|
set(CPACK_COMPONENTS_ALL test)
|
|
|
|
endif()
|