Files
ladybird/Libraries/LibTLS/CMakeLists.txt
Undefine e39a8719fd Meta: Move most dependency checks to check_for_dependencies.cmake
This file was here for quite a long while now. Let's finally move most
of the dependency checks to one centralized place.
2026-04-20 16:41:29 -06:00

11 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)