mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
6 lines
139 B
CMake
6 lines
139 B
CMake
set(CPACK_COMPONENTS_ALL test)
|
|
install(DIRECTORY DESTINATION empty
|
|
COMPONENT test)
|
|
|
|
set(CPACK_PACKAGE_NAME "components_empty_dir")
|