Files
yaml-cpp/test
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
..
2018-12-21 09:05:19 -05:00
2019-09-27 10:11:38 -05:00
2014-03-23 19:21:13 -05:00