blob: 6769564637b88bb63bf17e11bb8ed2f313cba569 [file] [log] [blame]
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)