mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
11 lines
192 B
CMake
11 lines
192 B
CMake
set(SOURCES
|
|
ClientHandshake.cpp
|
|
Exchange.cpp
|
|
Handshake.cpp
|
|
Record.cpp
|
|
Socket.cpp
|
|
TLSv12.cpp
|
|
)
|
|
|
|
serenity_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS LibCore LibCrypto)
|