blob: a20d76648a7ace8f460026297a2b3efee9765d0d [file] [log] [blame]
project('rust and c polyglot executable', 'c', 'rust')
l = library('stuff', 'stuff.rs', install : true)
e = executable('prog', 'prog.c', link_with : l, install : true)
test('polyglottest', e)