summaryrefslogtreecommitdiff
path: root/other/BUILD
blob: 5c8997ec0a1bc6785769ff04b5cff2f39677108d (plain)
1
2
3
4
5
6
7
8
9
10
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",
    ],
)