3 lines
90 B
Meson
3 lines
90 B
Meson
project('string as link argument', 'c')
|
|
executable('myprog', 'prog.c', link_with: [ '' ])
|