Skip to content

Commit 0fa1a36

Browse files
authored
Merge pull request #325 from microsoft/addjsondep
Add nlohmann json dependency
2 parents ae0e907 + e818423 commit 0fa1a36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ find_package(Threads REQUIRED)
7575
find_package(magic_enum CONFIG REQUIRED)
7676
find_package(CLI11 CONFIG REQUIRED)
7777
find_package(plog CONFIG REQUIRED)
78+
find_package(nlohmann_json CONFIG REQUIRED)
7879

7980
# Include toolchain-specific configuration.
8081
include(toolchain-config)

Diff for: vcpkg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"grpc",
2929
"magic-enum",
3030
"plog",
31-
"protobuf"
31+
"protobuf",
32+
"nlohmann-json"
3233
],
3334
"overrides": [
3435
{

0 commit comments

Comments
 (0)