diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 6eda9b8..e817842 100644 --- a/meson.build +++ b/meson.build @@ -5,8 +5,7 @@ project('camu', ['c', 'cpp'], # Marking cpp here is required for subproject cros license: 'GPL-3.0-only') # Fail early if 'Compiler for build machine not found'. -add_languages('c', native: true) -add_languages('cpp', native: true) +add_languages('c', 'cpp', native: true) compiler = meson.get_compiler('c') cmake = import('cmake') |