summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..5f7b862
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,15 @@
+project('siglo',
+ version: '0.1.0',
+ meson_version: '>= 0.55.0',
+ default_options: [ 'warning_level=2',
+ ],
+)
+
+i18n = import('i18n')
+
+
+subdir('data')
+subdir('src')
+subdir('po')
+
+meson.add_install_script('build-aux/meson/postinstall.py') \ No newline at end of file