mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7cfe35dff2
It's default in .bazelrc now.
10 lines
214 B
Python
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__"],
|
|
)
|