blob: 882f79fbdea9b0532a598ef8e87df05da35d2293 [file] [log] [blame]
package(
default_visibility = [
"//src:__subpackages__",
"//third_party/ijar:__subpackages__",
],
)
licenses(["notice"]) # Apache 2.0
cc_binary(
name = "ijar",
srcs = glob([
"*.cc",
"*.h",
]),
# TODO(bazel-team): we should replace the -lz flag.
linkopts = ["-lz"],
)