From e8184235d9167ff847c28ae9ac142733bd2b6580 Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Thu, 25 Jul 2024 20:26:25 +0000 Subject: [PATCH] Add nlohmann json dependency. --- CMakeLists.txt | 1 + vcpkg.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff3cc814..4ac8c16d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/vcpkg.json b/vcpkg.json index 55e8e7c7..f5d0ba44 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -28,7 +28,8 @@ "grpc", "magic-enum", "plog", - "protobuf" + "protobuf", + "nlohmann-json" ], "overrides": [ {