Update tools/meson.build

This commit is contained in:
2026-06-11 15:13:56 +00:00
parent f42b6a3293
commit 6609cad980
+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: [