mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Add jart/json.cpp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user