Fix libyaml patch slashes (#499)

* Fix libyaml patch slashes

* Add tests for libyaml

* Rename due to linux is case-sensitive
This commit is contained in:
Jerry Ma
2024-07-04 23:59:56 +08:00
committed by GitHub
parent 3e077543a7
commit 72a3c01b31
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
@PACKAGE_INIT@
set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
if(NOT yaml_TARGETS_IMPORTED)
set(yaml_TARGETS_IMPORTED 1)
include(${yaml_TARGETS})
endif()
set(yaml_LIBRARIES yaml)