xref: /freebsd/contrib/libyaml/yamlConfig.cmake.in (revision 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020)
1# Config file for the yaml library.
2#
3# It defines the following variables:
4#   yaml_LIBRARIES    - libraries to link against
5
6@PACKAGE_INIT@
7
8set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
9
10if(NOT yaml_TARGETS_IMPORTED)
11  set(yaml_TARGETS_IMPORTED 1)
12  include(${yaml_TARGETS})
13endif()
14
15set(yaml_LIBRARIES yaml)
16
17