mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 09:17:37 +00:00
Link unit tests against program_options for Github actions
This commit is contained in:
parent
15e2be618a
commit
32fb337827
1 changed files with 1 additions and 0 deletions
|
@ -43,5 +43,6 @@ target_link_libraries(
|
|||
monero-lws-unit-wire
|
||||
monero-lws-unit-wire-json
|
||||
monero-lws-unit-wire-msgpack
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
)
|
||||
add_test(NAME monero-lws-unit COMMAND monero-lws-unit -v)
|
||||
|
|
Loading…
Reference in a new issue