CPack: aggiunto mantainer mancante

This commit is contained in:
giuliof 2023-01-03 21:34:35 +01:00 committed by Gitea
parent 2ba88d3f7c
commit fcf5d27814
2 changed files with 2 additions and 0 deletions

View File

@ -59,4 +59,5 @@ target_link_libraries(argento Qt5::Widgets Qt5::Sql)
# CMake packaging system
install(TARGETS argento RUNTIME DESTINATION bin)
set(CPACK_PACKAGE_CONTACT "GOLEM")
include (CPack)

View File

@ -43,4 +43,5 @@ target_link_libraries(nicolodi Qt5::Widgets Qt5::Sql)
# CMake packaging system
install(TARGETS nicolodi RUNTIME DESTINATION bin)
set(CPACK_PACKAGE_CONTACT "GOLEM")
include (CPack)