2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/examples/third_party/log4cxx/BUILD.bazel
jheaff1 776f199f5d
Add log4cxx example to CI (#762)
Co-authored-by: UebelAndre <github@uebelandre.com>
2021-08-18 06:00:17 -07:00

21 lines
441 B
Python

load("@bazel_skylib//rules:build_test.bzl", "build_test")
exports_files(
[
"BUILD.log4cxx.bazel",
"consoloe.cpp.patch",
"inputstreamreader.cpp.patch",
"simpledateformat.h.patch",
"socketoutputstream.cpp.patch",
],
visibility = ["//visibility:public"],
)
build_test(
name = "log4cxx_build_test",
targets = [
"@log4cxx//:log4cxx",
],
visibility = ["//:__pkg__"],
)