]> git.proxmox.com Git - libxdgmime-perl.git/blame - xdgmime-source/meson.build
Merge commit '73d5a30a1d93eb79761f2472c685afb8e42a8646' from upstream
[libxdgmime-perl.git] / xdgmime-source / meson.build
CommitLineData
73d5a30a
SI
1project('xdgmime', 'c',
2 version: '0.0',
3 default_options: ['c_std=c99', 'warning_level=1', 'debug=true'],
4 meson_version: '>=0.48.0',
5)
6
7add_project_arguments(
8 '-D_POSIX_C_SOURCE=200809L',
9 '-DXDG_PREFIX=xdg_test',
10 '-DHAVE_MMAP',
11 '-Wmissing-prototypes',
12 '-Wno-sign-compare',
13 language: 'c',
14 native: true,
15)
16
17subdir('src')