1 2 3 4 5
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test) if(PACKAGING_TYPE STREQUAL "COMPONENT") set(CPACK_COMPONENTS_ALL test) endif()