mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
18a33169b8
This allows us and users to reproducibly build verified versions of the library with checksums. It will power the toktok-stack continuous build with checked-in checksums at specific git revisions.
11 lines
262 B
Python
11 lines
262 B
Python
cc_library(
|
|
name = "monolith",
|
|
hdrs = ["monolith.h"],
|
|
visibility = ["//c-toxcore/auto_tests:__pkg__"],
|
|
deps = [
|
|
"//c-toxcore/toxav:monolith",
|
|
"//c-toxcore/toxcore:monolith",
|
|
"//c-toxcore/toxencryptsave:monolith",
|
|
],
|
|
)
|