Just leave 'cpp' in there

It seems to be required now, but also '' is not
a valid language and the whole get_option() thing
is not working when duckhandy is a submodule.
This commit is contained in:
King_DuckZ 2024-02-15 23:14:45 +01:00
parent 100b1d557e
commit 180c338901
1 changed files with 1 additions and 1 deletions

View File

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