Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BUILD.bazel - github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a66fae7d8dbd3fd45f02739e5f13ef63ac0280ae (plain)
1
2
3
4
5
6
7
8
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
    name = "cxxopts",
    hdrs = ["include/cxxopts.hpp"],
    strip_include_prefix = "include",
    visibility = ["//visibility:public"],
)