kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/common/schema/BUILD (about)

     1  package(
     2      default_visibility = ["//visibility:public"],
     3      features = ["layering_check"],
     4  )
     5  
     6  licenses(["notice"])
     7  
     8  cc_library(
     9      name = "edges",
    10      srcs = ["edges.cc"],
    11      hdrs = ["edges.h"],
    12      copts = [
    13          "-Wno-non-virtual-dtor",
    14          "-Wno-unused-variable",
    15          "-Wno-implicit-fallthrough",
    16      ],
    17      deps = [],
    18  )
    19  
    20  cc_library(
    21      name = "facts",
    22      srcs = ["facts.cc"],
    23      hdrs = ["facts.h"],
    24      copts = [
    25          "-Wno-non-virtual-dtor",
    26          "-Wno-unused-variable",
    27          "-Wno-implicit-fallthrough",
    28      ],
    29      deps = [],
    30  )