Files
fourdst/meson.build
Emily Boudreaux 9890e100e3 docs(version): v0.9.22 -> v0.10.0
standardized install location and solar compositions
2026-06-08 09:33:42 -04:00

14 lines
319 B
Meson

project('fourdst', 'cpp', version: 'v0.10.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
if get_option('build_python')
subdir('build-python')
endif