build(vendor-libraries): update install to be more reliable
vendor libaries for libconfig are now properly installed so linking can be done reliably
This commit is contained in:
7
build-config/tomlpp/meson.build
Normal file
7
build-config/tomlpp/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user