Merge pull request #5718 from liushuyu/httpc

externals: update httplib and libressl
This commit is contained in:
bunnei 2022-02-05 02:59:18 -07:00 committed by GitHub
commit bae1c31406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 4436 additions and 2124 deletions

View file

@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modul
include(DownloadExternals)
include(CMakeDependentOption)
project(citra)
project(citra LANGUAGES C CXX ASM)
# Set bundled sdl2/qt as dependent options.
# OFF by default, but if ENABLE_SDL2 and MSVC are true then ON