mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
CertificateSettings: Use new GML compiler
This commit is contained in:
parent
63687c46ff
commit
8ee014a437
5 changed files with 9 additions and 13 deletions
|
@ -4,16 +4,13 @@ serenity_component(
|
|||
TARGETS CertificateSettings
|
||||
)
|
||||
|
||||
stringify_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.h certificate_store_widget_gml)
|
||||
compile_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
CertificateStoreWidget.cpp
|
||||
CertificateStoreWidgetGML.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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue