Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-05-28 19:26:03 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-05-28 19:47:26 +0300
commitf05f2226f4b0a4dd5b2ecc17297a396d53282c75 (patch)
tree4b1bf3d7b277315beaa06ac5e67079d455c62684 /README.md
parenta05cebd686ce9ae11f18216b8141ac2d4bdb6290 (diff)
Add GoogleTest to the list of vcpkg's in README
Our "default" non-release build on Linux includes the unit tests. So this mirrors that approach on the Windows side, where a default build now also builds the unit tests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 019bf805d..e4160146c 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ is bootstrapped, open PowerShell and run:
``` powershell
PS:\> .\vcpkg integrate install
-PS:\> .\vcpkg install --triplet x64-windows libpng sdl2 sdl2-net libmt32emu opusfile fluidsynth
+PS:\> .\vcpkg install --triplet x64-windows libpng sdl2 sdl2-net libmt32emu opusfile fluidsynth gtest
```
These two steps will ensure that MSVC finds and links all dependencies.