2025-08-04 13:45:03 -04:00
|
|
|
project('fourdst', 'cpp', version: 'v0.6.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
2025-07-22 13:51:43 -04:00
|
|
|
|
|
|
|
|
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')
|