xref: /freebsd/contrib/libyaml/yamlConfig.cmake.in (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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