Skip to content
Snippets Groups Projects
Commit 31af08fe authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build/meson: build durl with http and tools

parent 9e60a681
No related branches found
No related tags found
No related merge requests found
......@@ -76,4 +76,9 @@ if get_option('tools').enabled()
dhtnode = executable('dhtnode', 'tools/dhtnode.cpp',
link_with : opendht,
dependencies : [readline, msgpack])
if http_parser.found()
durl = executable('durl', 'tools/durl.cpp',
link_with : opendht,
dependencies : [msgpack, openssl])
endif
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment