fix(yaml-cpp): yaml-cpp now installs headers as well to allow for external project linking
This commit is contained in:
@@ -9,4 +9,7 @@ yaml_cpp_sp = cmake.subproject(
|
||||
'yaml-cpp',
|
||||
options: yaml_cpp_cmake_options,
|
||||
)
|
||||
yaml_cpp_dep = yaml_cpp_sp.dependency('yaml-cpp')
|
||||
yaml_cpp_dep = yaml_cpp_sp.dependency('yaml-cpp')
|
||||
|
||||
yaml_cpp_headers = meson.project_source_root() + '/subprojects/yaml-cpp/include/yaml-cpp'
|
||||
install_subdir(yaml_cpp_headers, install_dir: get_option('includedir'))
|
||||
|
||||
Reference in New Issue
Block a user