mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
776f199f5d
Co-authored-by: UebelAndre <github@uebelandre.com>
21 lines
441 B
Python
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__"],
|
|
)
|