aboutsummaryrefslogtreecommitdiff
path: root/test/matcherbenchmark/meson.build
blob: 64efd0becbded1df829a26844b0985d41abca146 (plain)
1
2
3
4
5
6
7
subdir_done()

executable('matcherbenchmarks',
  sources: [ 'matcherbenchmark.cpp',
    mod_qt5.preprocess(moc_headers: 'matcherbenchmark.h')],
  dependencies: [ dep_qt5 ]
)