tomato-testing/third_party/BUILD.bazel

12 lines
254 B
Python
Raw Normal View History

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