blob: b32822db995fa11f0f12ca408b781f52ed4d9def [file] [log] [blame]
liba = static_library('liba', 'lib.rs',
rust_crate_type : 'rlib',
)
liba_dep = declare_dependency(link_with : liba)