summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTLS/CMakeLists.txt
blob: e4194ac4560cac544ef5425cb401bf9669ea483a (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SOURCES
    ClientHandshake.cpp
    Exchange.cpp
    Handshake.cpp
    Record.cpp
    Socket.cpp
    TLSv12.cpp
)

serenity_lib(LibTLS tls)
target_link_libraries(LibTLS LibCore LibCrypto)