blob: f91b7a10a9d7cad751497a21b5bd8bdaddb4592d [file] [log] [blame]
project('rust static library', 'rust')
l = static_library('named_stuff', 'stuff.rs', install : true)
e = executable('prog', 'prog.rs', link_with : l, install : true)
test('linktest', e)