summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..aaa8cf6
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,6 @@
+project('pnc', 'c')
+
+cc = meson.get_compiler('c')
+ubox_dep = cc.find_library('ubox')
+
+subdir('src')