github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/ngraph/nlohmann_json.BUILD (about)

     1  licenses(["notice"])  # 3-Clause BSD
     2  
     3  exports_files(["LICENSE.MIT"])
     4  
     5  cc_library(
     6      name = "nlohmann_json_lib",
     7      hdrs = glob([
     8          "include/nlohmann/**/*.hpp",
     9      ]),
    10      copts = [
    11          "-I external/nlohmann_json_lib",
    12      ],
    13      visibility = ["//visibility:public"],
    14      alwayslink = 1,
    15  )