yaml-cpp-config.cmake 788 B

1234567891011121314
  1. # - Config file for the yaml-cpp package
  2. # It defines the following variables
  3. # YAML_CPP_INCLUDE_DIR - include directory
  4. # YAML_CPP_LIBRARIES - libraries to link against
  5. # Compute paths
  6. get_filename_component(YAML_CPP_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
  7. set(YAML_CPP_INCLUDE_DIR "/tmp/build/80754af9/yaml-cpp-split_1646734639963/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold/include")
  8. # Our library dependencies (contains definitions for IMPORTED targets)
  9. include("${YAML_CPP_CMAKE_DIR}/yaml-cpp-targets.cmake")
  10. # These are IMPORTED targets created by yaml-cpp-targets.cmake
  11. set(YAML_CPP_LIBRARIES "yaml-cpp")