aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/rust/3 staticlib/meson.build
blob: 6769564637b88bb63bf17e11bb8ed2f313cba569 (plain)
1
2
3
4
5
project('rust static library', 'rust')

l = static_library('stuff', 'stuff.rs', install : true)
e = executable('prog', 'prog.rs', link_with : l, install : true)
test('linktest', e)