mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
7 lines
143 B
Python
7 lines
143 B
Python
def add_sample(name):
|
|
native.cc_binary(
|
|
name = name,
|
|
srcs = ["{}.cpp".format(name)],
|
|
deps = ["//:argparse"],
|
|
)
|