feat: linux packaging

This commit is contained in:
leonardodalinky
2022-12-30 01:25:07 +08:00
parent 8ff829dbcd
commit a30b70807a
5 changed files with 53 additions and 0 deletions

2
cmake/RpmPacking.cmake Normal file
View File

@@ -0,0 +1,2 @@
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)
set(CPACK_RPM_PACKAGE_RELEASE ${CPACK_NOARCH_PACKAGE_RELEASE})