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