mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
12 lines
192 B
CMake
12 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)
|