mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Add Swift support for json depedency.
PiperOrigin-RevId: 523546713
This commit is contained in:
committed by
Copybara-Service
parent
97fe0be263
commit
ed4e000a2d
@@ -242,6 +242,28 @@ let package = Package(
|
||||
.headerSearchPath("compiled_proto/"),
|
||||
]
|
||||
),
|
||||
.target(
|
||||
name: "json",
|
||||
path: "third_party/json",
|
||||
exclude:[
|
||||
"LICENSES",
|
||||
"cmake",
|
||||
"docs",
|
||||
"single_include",
|
||||
"tests",
|
||||
"tools",
|
||||
"CITATION.cff",
|
||||
"CMakeLists.txt",
|
||||
"ChangeLog.md",
|
||||
"LICENSE.MIT",
|
||||
"Makefile",
|
||||
"README.md",
|
||||
"meson.build",
|
||||
"nlohmann_json.natvis",
|
||||
"wsjcpp.yml",
|
||||
],
|
||||
publicHeadersPath: "include/nlohmann/"
|
||||
),
|
||||
.target(
|
||||
name: "protobuf",
|
||||
path: "third_party/protobuf/src",
|
||||
@@ -373,6 +395,7 @@ let package = Package(
|
||||
name: "NearbyCoreAdapter",
|
||||
dependencies: [
|
||||
"google-toolbox-for-mac",
|
||||
"json",
|
||||
"smhasher",
|
||||
"ukey2",
|
||||
"protobuf",
|
||||
|
||||
Reference in New Issue
Block a user