Files
lix/tests/functional/test-libstoreconsumer/meson.build
T
eldritch horrors 5dd4154869 treewide: add async io roots to entry points
it begins.

Change-Id: I4b762d48180a763d2724fc635ca025f0333026b0
2025-01-24 13:48:44 +00:00

16 lines
243 B
Meson

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