mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-11-26 12:31:44 +00:00
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"],
)
22 B
22 B