feat(bindings): ported most bindings over from serif
This commit is contained in:
12
meson.build
Normal file
12
meson.build
Normal file
@@ -0,0 +1,12 @@
|
||||
project('fourdst', 'cpp', version: 'v0.5.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
|
||||
# Configure vendor libraries
|
||||
subdir('build-config')
|
||||
|
||||
# Configure python bindings
|
||||
subdir('build-python')
|
||||
|
||||
# Build python bindings
|
||||
subdir('src-pybind')
|
||||
Reference in New Issue
Block a user