Add thread linking to unit tests for older ubuntu

This commit is contained in:
Lee *!* Clagett 2023-08-01 20:33:51 -04:00 committed by Lee *!* Clagett
parent fbe69ce599
commit 5e2936faee

View file

@ -43,6 +43,6 @@ target_link_libraries(
monero-lws-unit-wire
monero-lws-unit-wire-json
monero-lws-unit-wire-msgpack
${Boost_PROGRAM_OPTIONS_LIBRARY}
Threads::Threads
)
add_test(NAME monero-lws-unit COMMAND monero-lws-unit -v)