You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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")
|