mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +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"],
|
|
)
|