Migrazione a CMake #6

Merged
giuliof merged 4 commits from feat-cmake into master 2023-01-08 19:45:13 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit ae54227a14 - Show all commits

View File

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

View File

@ -43,5 +43,6 @@ target_link_libraries(nicolodi Qt5::Widgets Qt5::Sql)
# CMake packaging system
install(TARGETS nicolodi RUNTIME DESTINATION bin)
set(CPACK_PACKAGE_CONTACT "GOLEM")
set(CPACK_PACKAGE_CONTACT "GOLEM <golem@golem.linux.it>")
include (CPack)