diff options
Diffstat (limited to 'omni/BUILD.bazel')
| -rw-r--r-- | omni/BUILD.bazel | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/omni/BUILD.bazel b/omni/BUILD.bazel new file mode 100644 index 0000000..8e29939 --- /dev/null +++ b/omni/BUILD.bazel @@ -0,0 +1,10 @@ +load("@rules_cc//cc:defs.bzl", "cc_library") + +cc_library( + name = "omni_impl", + hdrs = [ + ":int.h", + ":platform.h" + ], + visibility = ["//visibility:public"] +) |
