mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added description and homepage url to CMake.
This commit is contained in:
parent
10d06fa43c
commit
85a4ee2864
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user