Added description and homepage url to CMake.

This commit is contained in:
Nathan Moinvaziri 2023-04-15 22:57:36 -07:00
parent 10d06fa43c
commit 85a4ee2864
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,11 @@ set(VERSION "3.0.10")
# API version
set(SOVERSION "3")
project(minizip-ng LANGUAGES C VERSION ${VERSION})
project(minizip-ng
VERSION ${VERSION}
LANGUAGES C
DESCRIPTION "Zip manipulation library"
HOMEPAGE_URL https://github.com/zlib-ng/minizip-ng/)
include(CMakeDependentOption)
include(CheckLibraryExists)

View File

@ -5,7 +5,7 @@ sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @MINIZIP_TARGET@
Description: Minizip zip file manipulation library
Description: Zip manipulation library
Version: @VERSION@
Requires: zlib