6 lines
143 B
CMake
6 lines
143 B
CMake
|
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)
|
||
|
|
||
|
if(PACKAGING_TYPE STREQUAL "COMPONENT")
|
||
|
set(CPACK_COMPONENTS_ALL test)
|
||
|
endif()
|