8 lines
165 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)
2021-09-14 00:13:48 +02:00
set(CPACK_THREADS 2)
2020-08-30 11:54:41 +02:00
if(PACKAGING_TYPE STREQUAL "COMPONENT")
set(CPACK_COMPONENTS_ALL test)
endif()