1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:47:34 +00:00

Meta: Download cacert.pem at build time

This commit is contained in:
Fabian Dellwing 2023-03-14 14:12:58 +01:00 committed by Ali Mohammad Pur
parent 06340ca674
commit b07654c3c1
4 changed files with 31 additions and 1 deletions

View file

@ -13,3 +13,5 @@ set(SOURCES
serenity_lib(LibTLS tls)
target_link_libraries(LibTLS PRIVATE LibCore LibCrypto)
include(ca_certificates_data)