9 lines
263 B
Python
9 lines
263 B
Python
cc_library(
|
|
name = "cli11",
|
|
srcs = glob(["src/**/*.cpp"]),
|
|
hdrs = glob(["include/**/*.hpp"]),
|
|
local_defines = ["CLI11_COMPILE", "CLI11_ENABLE_EXTRA_VALIDATORS=1"],
|
|
strip_include_prefix = "/include",
|
|
visibility = ["//visibility:public"],
|
|
)
|