Skip to content

Commit

Permalink
chore(release): add CPack settings to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Nov 9, 2024
1 parent 0f60c82 commit b7f0203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ add_subdirectory(libchewing)
add_subdirectory(libIME)
add_subdirectory(ChewingTextService)
add_subdirectory(ChewingPreferences)

set(CPACK_PACKAGE_CHECKSUM SHA256)
set(CPACK_PACKAGE_VERSION 24.10-rc.1)
set(CPACK_SOURCE_IGNORE_FILES "/build" "/target" "/dist" "/\\\\..*")
set(CPACK_SOURCE_GENERATOR ZIP)
include(CPack)

0 comments on commit b7f0203

Please sign in to comment.