fixed zlib debug ext, added gtest to deps

This commit is contained in:
atkawa7 2017-06-21 16:43:02 -07:00
parent 0ed990fb8f
commit 7a6d530a8c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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