Files
libconfig/build-config/tomlpp/meson.build
Emily Boudreaux 3937a2b828 build(vendor-libraries): update install to be more reliable
vendor libaries for libconfig are now properly installed so linking can be done reliably
2026-06-05 11:19:17 +02:00

7 lines
253 B
Meson

tomlpp_dep = dependency('tomlplusplus', required: true, static: true).as_system()
install_subdir(
meson.project_source_root() / 'subprojects' / 'tomlplusplus-3.4.0' / 'include',
install_dir: get_option('includedir'),
strip_directory: true
)