[docs] add openssl to windows docs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
87b39f66bc
commit
25d641c28c
2 changed files with 4 additions and 0 deletions
1
docs/build/Windows.md
vendored
1
docs/build/Windows.md
vendored
|
@ -10,6 +10,7 @@ On Windows, all library dependencies are automatically included within the `exte
|
||||||
* **[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.
|
* **[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.
|
||||||
* **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.**
|
* **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.**
|
||||||
- A convenience script to install the latest SDK is provided in `.ci\windows\install-vulkan-sdk.ps1`.
|
- A convenience script to install the latest SDK is provided in `.ci\windows\install-vulkan-sdk.ps1`.
|
||||||
|
* **[OpenSSL](https://slproweb.com/products/Win32OpenSSL.html)** - You are recommended to keep the default install location, otherwise you will have to specify a custom OpenSSL root.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -4,6 +4,9 @@
|
||||||
# SPDX-FileCopyrightText: 2016 Citra Emulator Project
|
# SPDX-FileCopyrightText: 2016 Citra Emulator Project
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
# TODO(crueter): A lot of this should be moved to the root.
|
||||||
|
# otherwise we have to do weird shenanigans with library linking and stuff
|
||||||
|
|
||||||
# cpm
|
# cpm
|
||||||
include(CPMUtil)
|
include(CPMUtil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue