mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
9 lines
154 B
Python
9 lines
154 B
Python
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "sodium",
|
|
testonly = True,
|
|
srcs = ["sodium.c"],
|
|
deps = ["@libsodium"],
|
|
)
|