summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 13:30:53 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 13:30:53 +0100
commitf4881eb5e2892e75723b8cd26749b735741b52c4 (patch)
treea03eed85d1a67f9ce4f2ee4cd0bed925f6bc10c0 /meson.build
downloadneco-f4881eb5e2892e75723b8cd26749b735741b52c4.tar
neco-f4881eb5e2892e75723b8cd26749b735741b52c4.zip
Build system, ini file loading
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')