mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 23:05:07 +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)
|