diff --git a/.github/workflows/apt-deps.txt b/.github/workflows/apt-deps.txt index 51e9574f8..afd93f4c4 100644 --- a/.github/workflows/apt-deps.txt +++ b/.github/workflows/apt-deps.txt @@ -1 +1 @@ -libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev nlohmann-json3-dev libtinyxml2-dev libspdlog-dev ninja-build +libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev nlohmann-json3-dev libtinyxml2-dev libspdlog-dev ninja-build libssl-dev diff --git a/.github/workflows/macports-deps.txt b/.github/workflows/macports-deps.txt index d15039078..98fec62d1 100644 --- a/.github/workflows/macports-deps.txt +++ b/.github/workflows/macports-deps.txt @@ -1 +1 @@ -libsdl2 +universal libsdl2_net +universal libpng +universal glew +universal libzip +universal nlohmann-json +universal tinyxml2 +universal \ No newline at end of file +libsdl2 +universal libsdl2_net +universal libpng +universal glew +universal libzip +universal nlohmann-json +universal tinyxml2 +universal openssl +universal \ No newline at end of file diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index d7c82b7a5..b9675ef29 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -694,6 +694,8 @@ else() "ZAPDLib;" SDL2::SDL2 "$<$:SDL2_net::SDL2_net>" + "$<$:OpenSSL::SSL>" + "$<$:OpenSSL::Crypto>" ${CMAKE_DL_LIBS} Threads::Threads )