mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-09 19:56:27 +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"],
|
|
)
|