This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
zlib
mirror of
https://github.com/madler/zlib.git
Watch
8
Star
0
Fork
You've already forked zlib
0
Code
Issues
Projects
Releases
Wiki
Activity
A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
789
Commits
2
Branches
76
Tags
28 MiB
Tag:
Branch:
Tree:
ede311d685
develop
master
v0.71
v0.79
v0.8
v0.9
v0.91
v0.92
v0.93
v0.94
v0.95
v0.99
v1.0-pre
v1.0.1
v1.0.2
v1.0.4
v1.0.5
v1.0.7
v1.0.8
v1.0.9
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.2.0
v1.2.0.1
v1.2.0.2
v1.2.0.3
v1.2.0.4
v1.2.0.5
v1.2.0.6
v1.2.0.7
v1.2.0.8
v1.2.1
v1.2.1.1
v1.2.1.2
v1.2.10
v1.2.11
v1.2.12
v1.2.13
v1.2.2
v1.2.2.1
v1.2.2.2
v1.2.2.3
v1.2.2.4
v1.2.3
v1.2.3.1
v1.2.3.2
v1.2.3.3
v1.2.3.4
v1.2.3.5
v1.2.3.6
v1.2.3.7
v1.2.3.8
v1.2.3.9
v1.2.4
v1.2.4-pre1
v1.2.4-pre2
v1.2.4.1
v1.2.4.2
v1.2.4.3
v1.2.4.4
v1.2.4.5
v1.2.5
v1.2.5.1
v1.2.5.2
v1.2.5.3
v1.2.6
v1.2.6.1
v1.2.7
v1.2.7.1
v1.2.7.2
v1.2.7.3
v1.2.8
v1.2.9
v1.3
v1.3.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ede311d685'
${ noResults }
zlib
/
zlibConfig.cmake.in
4 lines
95 B
Raw
Normal View
History
Unescape
Escape
CMake: Add the version to the exported configuration.
2 months ago
set
(
zlib_VERSION
@zlib_VERSION@
)
CMake: Add zlibExport.
2 months ago
@
P
A
C
K
A
G
E
_
I
N
I
T
@
CMake: Change to FindZLIB and ZLIB.cmake.
2 months ago
INCLUDE
(
${
CMAKE_CURRENT_LIST_DIR
}
/ZLIB.cmake
)