summaryrefslogtreecommitdiff
path: root/bluetooth/meson.build
blob: 7877365425cf32904d95e1a158c8e06de24237af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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')