CMake/Tests/RunCMake/CPack/COMPONENTS_EMPTY_DIR.cmake
2015-09-22 02:08:26 +02:00

6 lines
139 B
CMake

set(CPACK_COMPONENTS_ALL test)
install(DIRECTORY DESTINATION empty
COMPONENT test)
set(CPACK_PACKAGE_NAME "components_empty_dir")