mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 04:14:38 +08:00
fixed zlib debug ext, added gtest to deps
This commit is contained in:
parent
0ed990fb8f
commit
7a6d530a8c
@ -1,4 +1,4 @@
|
||||
Source: rocksdb
|
||||
Version: 5.4.6
|
||||
Description: A library that provides an embeddable, persistent key-value store for fast storage
|
||||
Build-Depends: snappy, lz4, gflags, zlib
|
||||
Build-Depends: snappy, lz4, gflags, zlib, gtest
|
||||
|
@ -33,7 +33,7 @@ LIST(APPEND ENV_REPLACE_LIST
|
||||
"set(LZ4_LIB_RELEASE \${LZ4_HOME}/lib/lz4.lib)"
|
||||
"set(ZLIB_HOME \${CURRENT_INSTALLED_DIR})"
|
||||
"set(ZLIB_INCLUDE \${ZLIB_HOME}/include)"
|
||||
"set(ZLIB_LIB_DEBUG \${ZLIB_HOME}/debug/lib/zlib.lib)"
|
||||
"set(ZLIB_LIB_DEBUG \${ZLIB_HOME}/debug/lib/zlibd.lib)"
|
||||
"set(ZLIB_LIB_RELEASE \${ZLIB_HOME}/lib/zlib.lib)"
|
||||
)
|
||||
LIST(APPEND ENV_FIND_LIST
|
||||
|
Loading…
Reference in New Issue
Block a user