mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-19 00:54:34 +00:00
Add thread linking to unit tests for older ubuntu
This commit is contained in:
parent
526f769206
commit
9f01171ff8
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ target_link_libraries(
|
||||||
monero-lws-unit-wire
|
monero-lws-unit-wire
|
||||||
monero-lws-unit-wire-json
|
monero-lws-unit-wire-json
|
||||||
monero-lws-unit-wire-msgpack
|
monero-lws-unit-wire-msgpack
|
||||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
Threads::Threads
|
||||||
)
|
)
|
||||||
add_test(NAME monero-lws-unit COMMAND monero-lws-unit -v)
|
add_test(NAME monero-lws-unit COMMAND monero-lws-unit -v)
|
||||||
|
|
Loading…
Reference in a new issue