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

CertificateSettings: Add import functionality

This commit is contained in:
Fabian Dellwing 2023-04-01 13:05:47 +02:00 committed by Andrew Kaster
parent c273784c3e
commit 7ce75ee3c5
5 changed files with 64 additions and 4 deletions

View file

@ -16,4 +16,4 @@ set(GENERATED_SOURCES
)
serenity_app(CertificateSettings ICON certificate)
target_link_libraries(CertificateSettings PRIVATE LibCore LibCrypto LibGfx LibGUI LibMain LibTLS)
target_link_libraries(CertificateSettings PRIVATE LibCore LibCrypto LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibMain LibTLS)