tomato-testing/third_party/BUILD.bazel

10 lines
214 B
Python
Raw Normal View History

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__"],
)