fix third-party link error

Former-commit-id: 54782a2d0812e836544ca8667c1ee42a4e934830
pull/191/head
groot 2019-05-29 17:30:27 +08:00
parent a7fed267ee
commit 39df2d4d1e
2 changed files with 16 additions and 19 deletions

View File

@ -71,24 +71,21 @@ include_directories(thrift/gen-cpp)
#target_link_libraries(megasearch zstd)
set(third_party_libs
boost_system_static
boost_filesystem_static
boost_serialization_static
bzip2
easyloggingpp
faiss
gtest
gtest_main
gmock
lapack
lz4
openblas
rocksdb
snappy
sqlite
# sqlite_orm
thrift
yaml-cpp
faiss
lapack
openblas
rocksdb
boost_system_static
boost_filesystem_static
boost_serialization_static
bzip2
lz4
snappy
zlib
zstd
)

View File

@ -35,19 +35,19 @@ cuda_add_executable(server_test
set(require_libs
stdc++
boost_system
boost_filesystem
pthread
snappy
bz2
z
zstd
rocksdb
faiss
cudart
cublas
sqlite3
boost_system
boost_filesystem
snappy
z
bz2
zstd
lz4
pthread
)
target_link_libraries(server_test