blob: 81b6aabfa4eb05b4f17627a473121e6d60da7c49 [file] [log] [blame]
project('rust private crate collision', 'rust')
l = static_library('rand', 'rand.rs', install : true)
e = executable('prog', 'prog.rs', link_with : l, install : true)
test('linktest', e)