Commit Graph

2 Commits

Author SHA1 Message Date
nsubiron
04e33a2d68 Allow including yaml-cpp as system headers 2020-02-28 21:32:10 +01:00
Ezekiel Warren
62ff351432 Add bazel Support (#724)
Example of how someone might consume yaml-cpp with bazel:

cc_binary(
    name = "example",
    srcs = ["example.cc"],
    deps = ["@com_github_jbeder_yaml_cpp//:yaml-cpp"],
)
2019-09-27 10:11:38 -05:00