mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00

Instead of building them from Lagom, build them here and use lagom_test. Also remove second download of cacert.pem.
11 lines
239 B
CMake
11 lines
239 B
CMake
add_cxx_compile_options(-Wvla)
|
|
|
|
set(SOURCES
|
|
TLSv12.cpp
|
|
)
|
|
|
|
serenity_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto LibFileSystem)
|
|
|
|
find_package(OpenSSL REQUIRED)
|
|
target_link_libraries(LibTLS PUBLIC OpenSSL::SSL)
|