Update tools/meson.build

This commit is contained in:
2026-06-09 09:48:51 +00:00
parent b6c1f874d6
commit 96d7d04084
+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: [