mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
19 lines
495 B
CMake
19 lines
495 B
CMake
serenity_component(
|
|
CertificateSettings
|
|
REQUIRED
|
|
TARGETS CertificateSettings
|
|
)
|
|
|
|
compile_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.h certificate_store_widget_gml)
|
|
|
|
set(SOURCES
|
|
CertificateStoreWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
CertificateStoreWidgetGML.h
|
|
)
|
|
|
|
serenity_app(CertificateSettings ICON certificate)
|
|
target_link_libraries(CertificateSettings PRIVATE LibCore LibCrypto LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibMain LibTLS)
|