1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 23:05:07 +00:00
serenity/Libraries/LibTLS/CMakeLists.txt

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)