Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 585 Bytes

File metadata and controls

19 lines (15 loc) · 585 Bytes

libyaml_vendor

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 files

Quality declaration for this package: libyaml_vendor QD.

Quality declaration of external dependency libyaml.