This is a very basic wrapper implimentation currently. This is sufficient to lock the interface down so that other code can target it. However, internally there is just a "convert" function. Eventually we should rework the code itself to use the composition module more directly.
4 lines
155 B
Meson
4 lines
155 B
Meson
species_weight_dep = declare_dependency(
|
|
include_directories: include_directories('include'),
|
|
)
|
|
message('✅ SERiF species_weight dependency declared') |