1
project('libbreezy', 'c',
3
meson_version: '>= 0.50.0',
4
default_options: [ 'warning_level=2',
10
config_h = configuration_data()
11
config_h.set_quoted('PACKAGE_VERSION', meson.project_version())
13
output: 'libbreezy-config.h',
14
configuration: config_h,
16
add_project_arguments([
17
'-I' + meson.build_root(),