BUILD.nlohmann_json 200 B

123456789
  1. cc_library(
  2. name = "nlohmann_json",
  3. hdrs = glob([
  4. "single_include/**/*.hpp",
  5. ]),
  6. includes = ["single_include"],
  7. visibility = ["//visibility:public"],
  8. alwayslink = 1,
  9. )