Files
fourdst/meson.build
Emily Boudreaux 2a2ba7beef fix(gcc): brought in v2.3.1 of libcomposition
this version of libcomposition fixes a warning in gcc builds related to implimentation defined behavior
2025-12-22 07:45:58 -05:00

14 lines
319 B
Meson

project('fourdst', 'cpp', version: 'v0.9.19', 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