aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/54 wrong shared crate type/meson.build
blob: 90020faf854b408f3cefc190a92bfbda1dd9a004 (plain)
1
2
3
4
5
6
7
project('test')

if not add_languages('rust', required: false)
  error('MESON_SKIP_TEST test requires rust compiler')
endif

shared_library('mytest', 'foo.rs', rust_crate_type : 'staticlib')