aboutsummaryrefslogtreecommitdiff
path: root/test/matcherbenchmark/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-02-10 20:58:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-21 20:14:50 +0300
commitc3559b24eba76052deb9d4ce79e4704815d902a5 (patch)
tree900dd0a5b8039e5e7bdd9ad609d9b3ae45d9dbde /test/matcherbenchmark/meson.build
parentAdd libfuzzer test to libconfiguration (diff)
downloadsmolbote-c3559b24eba76052deb9d4ce79e4704815d902a5.tar.xz
staging: rewrite AdblockPlus parser yet again
Diffstat (limited to 'test/matcherbenchmark/meson.build')
-rw-r--r--test/matcherbenchmark/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/matcherbenchmark/meson.build b/test/matcherbenchmark/meson.build
new file mode 100644
index 0000000..bc8327b
--- /dev/null
+++ b/test/matcherbenchmark/meson.build
@@ -0,0 +1,5 @@
+executable('matcherbenchmarks',
+ sources: [ 'matcherbenchmark.cpp',
+ mod_qt5.preprocess(moc_headers: 'matcherbenchmark.h')],
+ dependencies: [ dep_qt5 ]
+)