kraken: link with 'boost::thread'

This commit is contained in:
Bruno BELANYI 2022-03-24 17:50:20 +01:00
parent 22fe2ad421
commit 654be9fc70
1 changed files with 3 additions and 0 deletions

View File

@ -9,10 +9,13 @@ add_subdirectory(utils)
configure_file(config.h.in config.h)
find_package(Boost REQUIRED COMPONENTS thread)
target_link_libraries(kraken PRIVATE
csv
engine
parse
Boost::thread
)
install(TARGETS kraken)