[upstream_utils] Add jart/json.cpp

This commit is contained in:
Peter Johnson
2026-03-29 15:37:32 -07:00
parent bfea2b7e1f
commit de3e211fdb
34 changed files with 6397 additions and 6 deletions

View File

@@ -122,6 +122,7 @@ third_party_cc_lib_helper(
third_party_cc_lib_helper(
name = "json",
include_root = "src/main/native/thirdparty/json/include",
src_root = "src/main/native/thirdparty/json/src",
visibility = ["//visibility:public"],
)
@@ -189,13 +190,13 @@ wpilib_cc_library(
third_party_header_only_libraries = [
":argparse",
":expected",
":json",
":sigslot",
],
third_party_libraries = [
":debugging",
":double-conversion",
":fmtlib",
":json",
":llvm",
":mpack",
":nanopb",