From ffa251c71c94ea50ac03359aa36c54713414ddb0 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 8 May 2020 15:42:09 -0600 Subject: [PATCH] adds conan --- Building-for-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 745db1f..1d4ee39 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -8,6 +8,7 @@ On Windows, all library dependencies are automatically included within the `exte * **[Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer.** * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. + * **[Conan](https://conan.io/downloads.html)** - Installs the dependencies when cmake configures the project. ![2](https://i.imgur.com/giDwuTm.png)