feat(project): main init commit

This commit is contained in:
2026-02-02 13:47:16 -05:00
parent d23525a561
commit 0ffdb8f0e3
13 changed files with 300143 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
composition_p = subproject('libcomposition',
default_options: [
'pkg_config=false',
'build_tests=false',
'build_examples=false'
])
comp_dep = composition_p.get_variable('composition_dep')
libcomposition = composition_p.get_variable('libcomposition')
spw_dep = composition_p.get_variable('species_weight_dep')
composition_dep = [
comp_dep,
spw_dep,
]