diff --git a/maca_common/CMakeLists.txt b/maca_common/CMakeLists.txt index 1f66e6ecf8628e6e1b442c2ad3b482b25853f05b..9efde2089fecf63bb495d42114ac4c7a041c15d5 100644 --- a/maca_common/CMakeLists.txt +++ b/maca_common/CMakeLists.txt @@ -13,6 +13,7 @@ install(TARGETS macaon_convert_embeddings DESTINATION bin) #compiling library add_library(maca_common STATIC ${SOURCES}) +target_link_libraries(maca_common Boost) target_link_libraries(maca_common fasttext) target_link_libraries(maca_common transition_machine) target_link_libraries(maca_common trainer)