diff options
-rw-r--r-- | test cases/common/123 cpp and asm/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/common/123 cpp and asm/meson.build b/test cases/common/123 cpp and asm/meson.build index cf064d0..ec7c466 100644 --- a/test cases/common/123 cpp and asm/meson.build +++ b/test cases/common/123 cpp and asm/meson.build @@ -1,4 +1,5 @@ -project('c++ and assembly test', 'cpp') +project('c++ and assembly test') +add_languages('cpp') cpp = meson.get_compiler('cpp') cpu = host_machine.cpu_family() |