packaging.cmake 362 B

12345678
  1. set(CPACK_PACKAGE_CONTACT "Alexey Edelev <semlanik@gmail.com>")
  2. set(CPACK_PACKAGE_DESCRIPTION "gRPC and Protobuf generator and bindings for Qt framework")
  3. set(CPACK_PACKAGE_NAME "qtprotobuf")
  4. set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  5. include("${QT_PROTOBUF_CMAKE_DIR}/deb.cmake")
  6. include("${QT_PROTOBUF_CMAKE_DIR}/rpm.cmake")
  7. include(CPack)