mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-02 19:24:32 +08:00

This allows platforms that can compile one or the other (but not both) to run the tests that they can.
5 lines
148 B
Meson
5 lines
148 B
Meson
project('objective c++ args', 'objcpp')
|
|
|
|
exe = executable('prog', 'prog.mm', objcpp_args : ['-DMESON_OBJCPP_TEST'])
|
|
test('objective c++ args', exe)
|