This commit is contained in:
Isaac 2025-05-22 02:28:38 +08:00
parent ba931407b3
commit cd3ffe902e
15 changed files with 167 additions and 52 deletions

View file

@ -16,6 +16,11 @@ objc_library(
"-Werror",
"-I{}/Sources".format(package_name()),
],
cxxopts = [
"-Werror",
"-std=c++17",
"-I{}/Sources".format(package_name()),
],
hdrs = glob([
"PublicHeaders/**/*.h",
]),