summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.build b/meson.build
deleted file mode 100644
index ab5080b..0000000
--- a/meson.build
+++ /dev/null
@@ -1,8 +0,0 @@
-project('pom', 'c',
- # Note: Only C99 is strictly needed
- default_options: ['c_std=c23'])
-library('pom', 'pom.c')
-static_lib = static_library('pom', 'pom.c')
-tests = executable('tests', 'tests/main.c', 'tests/parsing.c',
- 'tests/errors.c', 'tests/location.c', link_with: [static_lib])
-test('tests', tests)