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

CertificateSettings: Update to be more consistent with other settings

This commit is contained in:
Cameron Youell 2023-04-04 18:04:13 +10:00 committed by Andrew Kaster
parent 0060b8c4e5
commit ef5cca71dc
5 changed files with 8 additions and 9 deletions

View file

@ -4,15 +4,15 @@ serenity_component(
TARGETS CertificateSettings
)
compile_gml(CertificateStore.gml CertificateStoreGML.h certificate_store_gml)
compile_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.h certificate_store_widget_gml)
set(SOURCES
CertificateStore.cpp
CertificateStoreWidget.cpp
main.cpp
)
set(GENERATED_SOURCES
CertificateStoreGML.h
CertificateStoreWidgetGML.h
)
serenity_app(CertificateSettings ICON certificate)