From c5342a93cc98569695474c692ef40f1e851c2912 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 03:19:54 +0200 Subject: move to monorepo --- bluetooth/meson.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bluetooth/meson.build (limited to 'bluetooth/meson.build') diff --git a/bluetooth/meson.build b/bluetooth/meson.build new file mode 100644 index 0000000..7877365 --- /dev/null +++ b/bluetooth/meson.build @@ -0,0 +1,14 @@ +project( + 'astal-bluetooth', + 'vala', + 'c', + version: run_command('cat', join_paths(meson.project_source_root(), 'version')).stdout().strip(), + meson_version: '>= 0.62.0', + default_options: [ + 'warning_level=2', + 'werror=false', + 'c_std=gnu11', + ], +) + +subdir('src') -- cgit v1.2.3