diff --git a/vcpkg.json b/vcpkg.json index ceaf30c..38f1a70 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,10 @@ "name": "fmt", "version>=": "6.1.2" }, + { + "name": "boost-algorithm", + "version>=": "1.85.0" + }, { "name": "boost-filesystem", "version>=": "1.85.0" @@ -12,10 +16,18 @@ "name": "boost-iostreams", "version>=": "1.85.0" }, + { + "name": "boost-interprocess", + "version>=": "1.85.0" + }, { "name": "boost-program-options", "version>=": "1.85.0" }, + { + "name": "boost-variant", + "version>=": "1.85.0" + }, { "name": "nlohmann-json", "version>=": "3.9.1" @@ -42,6 +54,10 @@ "name": "fmt", "version": "6.1.2" }, + { + "name": "boost-algorithm", + "version": "1.85.0#1" + }, { "name": "boost-filesystem", "version": "1.85.0#2" @@ -50,10 +66,18 @@ "name": "boost-iostreams", "version": "1.85.0#1" }, + { + "name": "boost-interprocess", + "version": "1.85.0#1" + }, { "name": "boost-program-options", "version": "1.85.0#2" }, + { + "name": "boost-variant", + "version": "1.85.0#1" + }, { "name": "nlohmann-json", "version": "3.9.1"