mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +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
|
Source: rocksdb
|
||||||
Version: 5.4.6
|
Version: 5.4.6
|
||||||
Description: A library that provides an embeddable, persistent key-value store for fast storage
|
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(LZ4_LIB_RELEASE \${LZ4_HOME}/lib/lz4.lib)"
|
||||||
"set(ZLIB_HOME \${CURRENT_INSTALLED_DIR})"
|
"set(ZLIB_HOME \${CURRENT_INSTALLED_DIR})"
|
||||||
"set(ZLIB_INCLUDE \${ZLIB_HOME}/include)"
|
"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)"
|
"set(ZLIB_LIB_RELEASE \${ZLIB_HOME}/lib/zlib.lib)"
|
||||||
)
|
)
|
||||||
LIST(APPEND ENV_FIND_LIST
|
LIST(APPEND ENV_FIND_LIST
|
||||||
|
Loading…
Reference in New Issue
Block a user