yaml-cpp-config.cmake.in 549 Bytes
Newer Older
1
2
3
4
5
# - Config file for the yaml-cpp package
# It defines the following variables
#  YAML_CPP_INCLUDE_DIR - include directory
#  YAML_CPP_LIBRARIES    - libraries to link against

6
7
8
@PACKAGE_INIT@

set_and_check(YAML_CPP_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
9
10

# Our library dependencies (contains definitions for IMPORTED targets)
11
include(@PACKAGE_CONFIG_EXPORT_DIR@/yaml-cpp-targets.cmake)
12
13
14

# These are IMPORTED targets created by yaml-cpp-targets.cmake
set(YAML_CPP_LIBRARIES "@EXPORT_TARGETS@")
15
16

check_required_components(@EXPORT_TARGETS@)