Files
libconfig/build-config/yaml-cpp/meson.build
Emily Boudreaux 74238e0f7d build(yaml-cpp): added yaml-cpp as a dependency
config files will be written in yaml, added a well tested yaml parser to 4DSSE
2025-02-19 14:50:44 -05:00

5 lines
211 B
Meson

yaml_cpp_sp = cmake.subproject(
'yaml-cpp'
)
yaml_cpp_dep = yaml_cpp_sp.dependency('yaml-cpp')
add_project_arguments('-I' + meson.current_build_dir() + '/subprojects/yaml-cpp/__CMake_build', language: 'cpp')