CMake wrapper to provide libyaml cmake modules.
It only installs a Findyaml.cmake CMake find module,
to ensure that the library can be always found via:
find_package(yaml REQUIRED)and linked via:
target_link_libraries(<target> PRIVATE yaml)even if no CMake config file for yaml is installed in the system.
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.