Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/17 array/meson.build
T

9 lines
123 B
Meson

project('array test', 'c')
arr = [
'func.c',
'prog.c']
exe = executable('prog', sources : arr)
test('arr test', exe)