mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
.
This commit is contained in:
+16
-16
@@ -246,23 +246,23 @@ let package = Package(
|
||||
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",
|
||||
"json/LICENSES",
|
||||
"json/cmake",
|
||||
"json/docs",
|
||||
"json/single_include",
|
||||
"json/tests",
|
||||
"json/tools",
|
||||
"json/CITATION.cff",
|
||||
"json/CMakeLists.txt",
|
||||
"json/ChangeLog.md",
|
||||
"json/LICENSE.MIT",
|
||||
"json/Makefile",
|
||||
"json/README.md",
|
||||
"json/meson.build",
|
||||
"json/nlohmann_json.natvis",
|
||||
"json/wsjcpp.yml",
|
||||
],
|
||||
publicHeadersPath: "include"
|
||||
publicHeadersPath: "json/include"
|
||||
),
|
||||
.target(
|
||||
name: "protobuf",
|
||||
|
||||
Reference in New Issue
Block a user