summaryrefslogtreecommitdiffstats
path: root/BUILD.bazel
blob: bd67ca498e4a3533d9bb338c40000b48ebc41c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
    name = "omni",
    includes = ["//"],
    deps = [
        "//omni:omni_impl"
    ]
)