mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
The certificates are set inside `DefaultRootCACertificates` in some places, but no one reads them.
13 lines
270 B
CMake
13 lines
270 B
CMake
add_cxx_compile_options(-Wvla)
|
|
|
|
set(SOURCES
|
|
TLSv12.cpp
|
|
)
|
|
|
|
serenity_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto LibFileSystem)
|
|
|
|
include(ca_certificates_data)
|
|
|
|
find_package(OpenSSL REQUIRED)
|
|
target_link_libraries(LibTLS PUBLIC OpenSSL::SSL)
|