mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
ee154da4a9
This library is better in every way.
12 lines
254 B
Python
12 lines
254 B
Python
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__"],
|
|
)
|