cxxopts/BUILD
Nathaniel Brough 5e323d648e Adding bazel build targets
Adding support for the bazel build system
2020-08-11 11:01:20 +08:00

9 lines
198 B
Python

load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "cxxopts",
hdrs = ["include/cxxopts.hpp"],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
)