This file was here for quite a long while now. Let's finally move most of the dependency checks to one centralized place.
10 lines
208 B
CMake
10 lines
208 B
CMake
add_cxx_compile_options(-Wvla)
|
|
|
|
set(SOURCES
|
|
TLSv12.cpp
|
|
)
|
|
|
|
ladybird_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto LibFileSystem)
|
|
|
|
target_link_libraries(LibTLS PUBLIC OpenSSL::SSL)
|