summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..7721c3f
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,3 @@
+project('pom', 'c')
+library('pom', 'pom.c')
+static_library('pom', 'pom.c')