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

cc_library(
    name = "omni_impl",
    hdrs = [
        ":stdint.h",
        ":platform.h",
        ":intrin.h",
        ":memory.h"
    ],
    visibility = ["//visibility:public"]
)