mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-14 02:45:24 +00:00
meson: use c++17
This commit is contained in:
parent
d384c90104
commit
e8b4059de9
|
@ -9,6 +9,7 @@ project(
|
|||
meson_version: '>=0.49.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'cpp_std=c++17',
|
||||
'warning_level=3',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue