chore: update README and project file tweaks

This commit is contained in:
2024-04-28 00:12:44 +08:00
parent 2a30cc0dd3
commit 471f6b9f32
4 changed files with 6 additions and 6 deletions

View File

@ -264,7 +264,7 @@ elseif (APPLE)
# ...
elseif (UNIX)
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
set (CPACK_DEBIAN_PACKAGE_SHILIBDEPS ON)
set (CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat-plugins")
endif()