NetworkManager/meson.build
Beniamino Galvani 1ea09eb549 Squashed 'shared/c-siphash/' content from commit 24e301e32
git-subtree-dir: shared/c-siphash
git-subtree-split: 24e301e32939be88744a9d0f81d18d9b7b8f4e37
2018-04-18 15:19:58 +02:00

14 lines
265 B
Meson

project(
'c-siphash',
'c',
version: '1',
license: 'Apache',
default_options: [
'c_std=c11'
]
)
add_project_arguments('-D_GNU_SOURCE', language: 'c')
mod_pkgconfig = import('pkgconfig')
subdir('src')