UNPKG
pj-nodegit
Version:
latest (0.28.2)
0.28.2
0.28.1
0.27.12
0.27.11
0.27.1
0.27.0
0.27.0-x
0.26.41
0.26.4
0.18.6
0.18.5
0.18.4
0.18.3
0.18.1
Node.js libgit2 asynchronous native bindings
nodegit.org
pj-nodegit/nodegit
pj-nodegit
/
vendor
/
libgit2
/
deps
/
zlib
/
CMakeLists.txt
7 lines
(6 loc)
•
202 B
Plain Text
View Raw
1
2
3
4
5
6
7
disable_warnings
(implicit-fallthrough)
add_definitions
(-DNO_VIZ -DSTDC -DNO_GZIP)
file
(GLOB SRC_ZLIB "*.c" "*.h")
list
(SORT SRC_ZLIB)
include_directories
(".")
add_library
(zlib OBJECT ${SRC_ZLIB})