mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 01:12:45 +00:00
11 lines
239 B
CMake
11 lines
239 B
CMake
add_cxx_compile_options(-Wvla)
|
|
|
|
set(SOURCES
|
|
TLSv12.cpp
|
|
)
|
|
|
|
ladybird_lib(LibTLS tls)
|
|
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto LibFileSystem)
|
|
|
|
find_package(OpenSSL REQUIRED)
|
|
target_link_libraries(LibTLS PUBLIC OpenSSL::SSL)
|