Skip to content

Commit

Permalink
Add nlohmann json dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jul 25, 2024
1 parent ae0e907 commit e818423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ find_package(Threads REQUIRED)
find_package(magic_enum CONFIG REQUIRED)
find_package(CLI11 CONFIG REQUIRED)
find_package(plog CONFIG REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)

# Include toolchain-specific configuration.
include(toolchain-config)
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"grpc",
"magic-enum",
"plog",
"protobuf"
"protobuf",
"nlohmann-json"
],
"overrides": [
{
Expand Down

0 comments on commit e818423

Please sign in to comment.