mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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",
|
||
|
],
|
||
|
)
|