aboutsummaryrefslogtreecommitdiff
path: root/3rd-party/args/meson.build
diff options
context:
space:
mode:
Diffstat (limited to '3rd-party/args/meson.build')
-rw-r--r--3rd-party/args/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/3rd-party/args/meson.build b/3rd-party/args/meson.build
deleted file mode 100644
index 8b0c441..0000000
--- a/3rd-party/args/meson.build
+++ /dev/null
@@ -1,5 +0,0 @@
-# This is a header-only lib, all we need to do is include it
-dep_args = declare_dependency(
- include_directories: include_directories('args.git')
-).as_system('system')
-