diff options
author | Chris Dyer <cdyer@vivace.clab.cs.cmu.edu> | 2015-03-04 22:46:33 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@vivace.clab.cs.cmu.edu> | 2015-03-04 22:46:33 -0500 |
commit | d99c7b9593e5f0c4a408302b82e7bfeaeee665bc (patch) | |
tree | 45d90a199b40ed8e5bdb40cc2f1361b697c2fe79 /training/latent_svm/CMakeLists.txt | |
parent | a003126ab5a172ef6d1de2a857e8ccfb90688a68 (diff) |
deal with libdl
Diffstat (limited to 'training/latent_svm/CMakeLists.txt')
-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 ec48e02f..332b8d42 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) +target_link_libraries(latent_svm libcdec ksearch mteval utils klm klm_util klm_util_double ${Boost_LIBRARIES} z ${LIBDL_LIBRARIES}) |