Merge commit 'aae086cc650e42eec1eea8db28cd01fa868d7f90'

This commit is contained in:
2024-03-07 23:12:55 +01:00
358 changed files with 8093 additions and 5229 deletions

View File

@ -9,7 +9,10 @@ cc_library(
)
filegroup(
name = "headers",
srcs = ["cmp/cmp.h"],
name = "cimple_files",
srcs = [
"cmp/cmp.c",
"cmp/cmp.h",
],
visibility = ["//c-toxcore:__subpackages__"],
)