feat(python-composition): added composition module interface
This commit is contained in:
16
src/python/composition/meson.build
Normal file
16
src/python/composition/meson.build
Normal file
@@ -0,0 +1,16 @@
|
||||
# Define the library
|
||||
bindings_sources = files('bindings.cpp')
|
||||
|
||||
dependencies = [
|
||||
composition_dep,
|
||||
species_weight_dep,
|
||||
python3_dep,
|
||||
pybind11_dep,
|
||||
]
|
||||
|
||||
libPYcomposition = shared_module('py_composition',
|
||||
bindings_sources,
|
||||
cpp_args: ['-fvisibility=default'],
|
||||
install : true,
|
||||
dependencies: dependencies,
|
||||
)
|
||||
Reference in New Issue
Block a user