summaryrefslogtreecommitdiffstats
path: root/test cases/failing/54 wrong static crate type/meson.build
blob: 179d7cd5365f10dd5416afc5c5f74adf403a503f (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

static_library('mytest', 'foo.rs', rust_crate_type : 'cdylib')