4 lines
93 B
CMake
4 lines
93 B
CMake
|
install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)
|
||
|
|
||
|
set(CPACK_COMPONENTS_ALL test)
|