summaryrefslogtreecommitdiffstats
path: root/test cases/rust/6 named staticlib/meson.build
blob: f91b7a10a9d7cad751497a21b5bd8bdaddb4592d (plain)
1
2
3
4
5
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)