lix/subprojects/lix-doc/meson.build

8 lines
398 B
Meson

project('lix-doc')
meson_cargo = subproject('meson-cargo')
lix_doc = custom_target('lix-doc', input: '.' / 'Cargo.toml', output : 'liblix_doc.a', build_by_default : true, kwargs : meson_cargo.get_variable('build_dict') + { 'env' : meson_cargo.get_variable('build_env') + { 'MCARGO_PROFILE' : 'release', 'MCARGO_CRATE_TYPE' : 'staticlib' }})
lix_doc_dep = declare_dependency(link_with : lix_doc)