Files
fourdst/meson.build

16 lines
345 B
Meson
Raw Normal View History

2025-12-03 11:27:01 -05:00
project('fourdst', 'cpp', version: 'v0.9.13', 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
2025-12-03 11:27:01 -05:00
if get_option('build_python')
subdir('build-python')
subdir('src-pybind')
endif
2025-08-09 18:48:34 -04:00