2015-01-24 20:21:26 +03:00
|
|
|
# - 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
|
|
|
|
|
2022-04-01 06:26:47 +03:00
|
|
|
@PACKAGE_INIT@
|
|
|
|
|
|
|
|
set_and_check(YAML_CPP_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
|
2015-01-24 20:21:26 +03:00
|
|
|
|
|
|
|
# Our library dependencies (contains definitions for IMPORTED targets)
|
2022-04-01 06:26:47 +03:00
|
|
|
include(@PACKAGE_CONFIG_EXPORT_DIR@/yaml-cpp-targets.cmake)
|
2015-01-24 20:21:26 +03:00
|
|
|
|
|
|
|
# These are IMPORTED targets created by yaml-cpp-targets.cmake
|
|
|
|
set(YAML_CPP_LIBRARIES "@EXPORT_TARGETS@")
|
2022-04-01 06:26:47 +03:00
|
|
|
|
|
|
|
check_required_components(@EXPORT_TARGETS@)
|