Update tools/meson.build

This commit is contained in:
2026-05-24 16:43:27 +00:00
parent 467841d071
commit 56b7c3bff5
+12
View File
@@ -57,6 +57,18 @@ executable('ristsender',
include_directories: inc,
install: should_install)
executable('moo-ristsender',
['moo-ristsender.c', 'yamlparse.c', 'oob_shared.c', srp_shared, tools_deps, rev_target],
dependencies: [
librist_dep,
threads,
stdatomic_dependency,
tools_dependencies,
cjson_lib,
],
include_directories: inc,
install: should_install)
executable('ristreceiver',
['ristreceiver.c', 'yamlparse.c', 'oob_shared.c', srp_shared, tools_deps, rev_target],
dependencies: [