From 638e28db2b2146e8920ec105792d2b03a0de5c3e Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 9 Apr 2015 00:18:27 -0700 Subject: fix kenlm's use of compression libraries --- klm/util/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klm/util') diff --git a/klm/util/CMakeLists.txt b/klm/util/CMakeLists.txt index bef1db78..23eaffe9 100644 --- a/klm/util/CMakeLists.txt +++ b/klm/util/CMakeLists.txt @@ -3,7 +3,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..) set(cat_compressed_SRCS cat_compressed_main.cc) add_executable(cat_compressed ${cat_compressed_SRCS}) -target_link_libraries(cat_compressed klm_util) +target_link_libraries(cat_compressed klm_util ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${LIBLZMA_LIBRARIES}) set(klm_util_STAT_SRCS bit_packing.cc -- cgit v1.2.3