Files
lix/tests/functional/test-libstoreconsumer/meson.build
T
eldritch horrors 2605d3eab1 libcmd|rs: use rustyline instead of editline for the repl
Change-Id: Ic414de3cc2435d9615305f05a85aa9c923e82a69
2026-06-28 16:37:46 +00:00

13 lines
196 B
Meson

libstoreconsumer_tester = executable(
'test-libstoreconsumer',
'main.cc',
dependencies : [
libasanoptions,
liblix,
boost,
lowdown,
kj,
],
build_by_default : false,
)