4 lines
71 B
Meson
4 lines
71 B
Meson
project('trivial', 'c')
|
|
|
|
test('My Test', executable('main', 'main.c'))
|
project('trivial', 'c')
|
|
|
|
test('My Test', executable('main', 'main.c'))
|