🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
198 B

2 years ago
  1. load("@rules_cc//cc:defs.bzl", "cc_library")
  2. cc_library(
  3. name = "cxxopts",
  4. hdrs = ["include/cxxopts.hpp"],
  5. strip_include_prefix = "include",
  6. visibility = ["//visibility:public"],
  7. )