Skip to content

Commit

Permalink
More dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Jan 10, 2018
1 parent 6628fe4 commit 35835f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm/builder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(KENLM_BUILDER_SOURCE
#
add_library(kenlm_builder ${KENLM_BUILDER_SOURCE})

target_link_libraries(kenlm_builder kenlm)
target_link_libraries(kenlm_builder kenlm kenlm_util ${Boost_LIBRARIES} ${THREADS})

if (NOT MSVC)
set(THREADS pthread)
Expand Down

0 comments on commit 35835f1

Please sign in to comment.