mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 06:34:40 +00:00
7 lines
153 B
Python
7 lines
153 B
Python
cc_library(
|
|
name = "argparse",
|
|
hdrs = ["include/argparse/argparse.hpp"],
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
)
|