]> andersk Git - libyaml.git/blob - yamlConfig.cmake.in
yaml_stack_extend: guard against integer overflow
[libyaml.git] / yamlConfig.cmake.in
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
8 set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
9
10 if(NOT yaml_TARGETS_IMPORTED)
11   set(yaml_TARGETS_IMPORTED 1)
12   include(${yaml_TARGETS})
13 endif()
14
15 set(yaml_LIBRARIES yaml)
16
This page took 0.03328 seconds and 5 git commands to generate.