4 lines
109 B
Meson
4 lines
109 B
Meson
![]() |
project('stringdef', 'c')
|
||
|
|
||
|
test('stringdef', executable('stringdef', 'stringdef.c', c_args : '-DFOO="bar"'))
|