aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test-libstoreconsumer/meson.build
blob: ad96aac127110dca3336905daf8e2b8a32b12781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
libstoreconsumer_tester = executable(
  'test-libstoreconsumer',
  'main.cc',
  dependencies : [
    liblixutil,
    liblixstore,
    sodium,
    editline,
    boost,
    lowdown,
  ],
  build_by_default : false,
)