Add libzstd-dev to solve the linking error

Former-commit-id: 993f2b5e526a3d073820f80b8ce473842ab937b5
pull/191/head
jinhai 2019-05-05 20:42:33 +08:00
parent faa2c4b4b1
commit 675777d072
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ set(server_libs
snappy
bz2
z
zstd
)
target_link_libraries(vecwise_server ${server_libs})