Files
RedBear-OS/local/recipes/dev/meson/source/test cases/rust/7 private crate collision/meson.build
T

6 lines
188 B
Meson

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)