aboutsummaryrefslogtreecommitdiff
path: root/test/cli/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-19 18:22:36 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-19 18:22:36 +0200
commit1bc1ae8cd09851faa05345f5a6b105b02fe75dd2 (patch)
tree4fd33c0f8c79157031defd9f87f0dee4331b85de /test/cli/meson.build
parentRemove updater (diff)
downloadsmolbote-1bc1ae8cd09851faa05345f5a6b105b02fe75dd2.tar.xz
Drop args.hxx dependency
Replace args.hxx with QCommandLineParser.
Diffstat (limited to 'test/cli/meson.build')
-rw-r--r--test/cli/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cli/meson.build b/test/cli/meson.build
deleted file mode 100644
index 298e1db..0000000
--- a/test/cli/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-cli_demo = executable('cli', install: false, dependencies: [ optional_deps ],
- sources: [ 'cli.cpp' ]
-)
-