WORKSPACE
377 Bytes
-
Add bazel Support (#724) · 62ff3514
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"], )Ezekiel Warren committed