toxcore/third_party/BUILD.bazel
iphydf 7cfe35dff2
cleanup: Remove explicit layering_check feature.
It's default in .bazelrc now.
2023-11-23 23:55:57 +00:00

10 lines
214 B
Python

load("//tools:no_undefined.bzl", "cc_library")
cc_library(
name = "cmp",
srcs = ["cmp/cmp.c"],
hdrs = ["cmp/cmp.h"],
copts = ["-DCMP_NO_FLOAT"],
visibility = ["//c-toxcore:__subpackages__"],
)