mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
This file was here for quite a long while now. Let's finally move most of the dependency checks to one centralized place.
11 lines
208 B
CMake
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)
|