summaryrefslogtreecommitdiff
path: root/yamlConfig.cmake.in
blob: dd3f8ee252855c316a809ef081c233500f33db2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Config file for the yaml library.
#
# It defines the following variables:
#   yaml_LIBRARIES    - libraries to link against

@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)