Build fix on newer Meson versions

This commit is contained in:
King_DuckZ 2024-02-15 22:07:05 +01:00
parent f04eb9f5d3
commit df2f614642

View file

@ -1,4 +1,4 @@
project('duckhandy',
project('duckhandy', get_option('build_testing') ? 'cpp' : '',
version: '0.1.0',
meson_version: '>=0.56.0',
default_options: ['buildtype=release', 'cpp_std=gnu++20', 'b_ndebug=if-release']