From 4a886f43ff1ea1a08ce751be7c8243af9dca9a62 Mon Sep 17 00:00:00 2001 From: obligaron Date: Sun, 25 Apr 2021 08:08:47 +0200 Subject: [PATCH] Update building.md with gtest --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 467a3e4a7..92ef302ae 100644 --- a/docs/building.md +++ b/docs/building.md @@ -126,13 +126,13 @@ Make sure to install the `C++ CMake tools for Windows` component for Visual Stud For the 64-bit version of the dependencies please run this command: ``` - vcpkg install sdl2:x64-windows sdl2-mixer:x64-windows sdl2-ttf:x64-windows libsodium:x64-windows + vcpkg install sdl2:x64-windows sdl2-mixer:x64-windows sdl2-ttf:x64-windows libsodium:x64-windows gtest:x64-windows ``` For the 32-bit version of the dependencies please run this command: ``` - vcpkg install sdl2:x86-windows sdl2-mixer:x86-windows sdl2-ttf:x86-windows libsodium:x86-windows + vcpkg install sdl2:x86-windows sdl2-mixer:x86-windows sdl2-ttf:x86-windows libsodium:x86-windows gtest:x86-windows ``` * **Manually**