summaryrefslogtreecommitdiff
path: root/src/mustach/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mustach/meson.build')
-rw-r--r--src/mustach/meson.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mustach/meson.build b/src/mustach/meson.build
deleted file mode 100644
index c7ecc8df..00000000
--- a/src/mustach/meson.build
+++ /dev/null
@@ -1,12 +0,0 @@
-project('mustach', 'c',
- version: '1.0.0'
-)
-
-mustach_inc = include_directories('.')
-mustach_lib = shared_library('mustach',
- 'mustach.c',
- include_directories: mustach_inc
-)
-
-mustach_dep = declare_dependency(link_with: mustach_lib,
- include_directories: mustach_inc)