ladybird/Tests/LibTLS/CMakeLists.txt
Ali Mohammad Pur e0465b8939 Revert "LibTLS+Everywhere: Switch to using WolfSSL"
This reverts commit 8bb610b97a.
Linking wolfSSL seems to cause more legal trouble than it's worth due to
it being GPLv2, so let's undo this for now.
2024-07-06 15:15:34 -06:00

9 lines
189 B
CMake

set(TEST_SOURCES
TestTLSCertificateParser.cpp
TestTLSHandshake.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibTLS LIBS LibTLS LibCrypto)
endforeach()