mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
e0465b8939
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.
8 lines
189 B
CMake
8 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()
|