mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
17 lines
445 B
CMake
17 lines
445 B
CMake
serenity_component(
|
|
CertificateSettings
|
|
REQUIRED
|
|
TARGETS CertificateSettings
|
|
)
|
|
|
|
compile_gml(CertificateStoreWidget.gml CertificateStoreWidgetGML.cpp)
|
|
|
|
set(SOURCES
|
|
CertificateStoreWidget.cpp
|
|
CertificateStoreWidgetGML.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(CertificateSettings ICON certificate)
|
|
target_link_libraries(CertificateSettings PRIVATE LibCore LibCrypto LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibMain LibTLS)
|