Files
fourdst/meson.build
Emily Boudreaux b44edc991a feat(libconfig): v2.0.3 -> v2.2.2
This version of libconfig brings more robust mutation and CLI integration
2026-04-09 08:51:52 -04:00

14 lines
319 B
Meson

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