mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Specify a minimum Meson version
Now that we use patch_directory for the wraps.
This commit is contained in:
@@ -2,6 +2,7 @@ project(
|
|||||||
'yabridge',
|
'yabridge',
|
||||||
'cpp',
|
'cpp',
|
||||||
version : '3.6.0',
|
version : '3.6.0',
|
||||||
|
meson_version : '>=0.55',
|
||||||
default_options : [
|
default_options : [
|
||||||
'warning_level=3',
|
'warning_level=3',
|
||||||
'cpp_std=c++2a',
|
'cpp_std=c++2a',
|
||||||
|
|||||||
Reference in New Issue
Block a user