mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
17 lines
333 B
CMake
17 lines
333 B
CMake
add_cxx_compile_options(-Wvla)
|
|
|
|
set(SOURCES
|
|
Certificate.cpp
|
|
Handshake.cpp
|
|
HandshakeCertificate.cpp
|
|
HandshakeClient.cpp
|
|
HandshakeServer.cpp
|
|
Record.cpp
|
|
Socket.cpp
|
|
TLSv12.cpp
|
|
)
|
|
|
|
serenity_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto LibFileSystem)
|
|
|
|
include(ca_certificates_data)
|