2024-04-14 22:45:38 +02:00

6 lines
254 B
CMake

install(FILES CMakeLists.txt DESTINATION foo COMPONENT test)
# if the filename doesn't have the expected deb/rpm suffix, test that it is appended automatically
set(CPACK_DEBIAN_FILE_NAME "autosuffixpackage")
set(CPACK_RPM_FILE_NAME "autosuffixpackage")