diff options
author | Chris Dyer <redpony@gmail.com> | 2015-04-09 00:18:27 -0700 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2015-04-09 00:18:27 -0700 |
commit | 638e28db2b2146e8920ec105792d2b03a0de5c3e (patch) | |
tree | 80995ea6379462ca1b9c8aeb8e5559111a9613d8 /training/latent_svm | |
parent | b5aaa40ef7c9d216ae905b76f50e68a8f94656c9 (diff) |
fix kenlm's use of compression libraries
Diffstat (limited to 'training/latent_svm')
-rw-r--r-- | training/latent_svm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/latent_svm/CMakeLists.txt b/training/latent_svm/CMakeLists.txt index 332b8d42..4c8c0b18 100644 --- a/training/latent_svm/CMakeLists.txt +++ b/training/latent_svm/CMakeLists.txt @@ -5,4 +5,4 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../../decoder) set(latent_svm_SRCS latent_svm.cc) add_executable(latent_svm ${latent_svm_SRCS}) -target_link_libraries(latent_svm libcdec ksearch mteval utils klm klm_util klm_util_double ${Boost_LIBRARIES} z ${LIBDL_LIBRARIES}) +target_link_libraries(latent_svm libcdec ksearch mteval utils klm klm_util klm_util_double ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${LIBLZMA_LIBRARIES} ${LIBDL_LIBRARIES}) |