Commit Graph

3 Commits

Author SHA1 Message Date
Dr. Andre Vehreschild
420c982310
Improve bazel build for Windows. (#1100)
Windows builds need some defines being set to use the static linking.

Also add bazel builds and test to Github-CI.
2022-04-27 09:10:13 -05: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