Commit Graph

4 Commits

Author SHA1 Message Date
Andre Vehreschild
fa744bbbe2 Add bazel builds and test to Github-CI. 2022-04-20 09:56:11 +02:00
Andre Vehreschild
acb495599e Improve bazel build for Windows.
Windows builds need some defines being set to use the static linking.
2022-04-20 09:55:45 +02:00
Néstor Subirón
1bfbd2be4c
Allow including yaml-cpp as system headers (#829) 2020-02-29 22:27:16 -06: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