]> andersk Git - libyaml.git/blame - yamlConfig.cmake.in
Fix problems in CI failures (travis and semaphore)
[libyaml.git] / yamlConfig.cmake.in
CommitLineData
fe3d086f
JCFR
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
This page took 0.042477 seconds and 5 git commands to generate.