Sha256: d9761333d6d807d758bd796b8c635d9b47bd04a55bf647abed6dc13c4a4f2152
Contents?: true
Size: 626 Bytes
Versions: 16
Compression:
Stored size: 626 Bytes
Contents
include(FindDependency) if(YAMLCPP_STATIC) set(yaml_lib "libyaml-cpp.a") else() set(yaml_lib "yaml-cpp") endif() if (WIN32) find_dependency(YAMLCPP DISPLAY "yaml-cpp" HEADERS "yaml-cpp/yaml.h" LIBRARIES "libyaml-cppmd" "yaml-cpp") else() find_dependency(YAMLCPP DISPLAY "yaml-cpp" HEADERS "yaml-cpp/yaml.h" LIBRARIES ${yaml_lib}) endif() include(FeatureSummary) set_package_properties(YAMLCPP PROPERTIES DESCRIPTION "A YAML emitter and parser written in C++" URL "https://code.google.com/p/yaml-cpp/") set_package_properties(YAMLCPP PROPERTIES TYPE REQUIRED PURPOSE "Enables support for outputting facts as YAML.")
Version data entries
16 entries across 16 versions & 2 rubygems