mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
16 lines
322 B
CMake
16 lines
322 B
CMake
serenity_component(
|
|
ThemeEditor
|
|
TARGETS ThemeEditor
|
|
)
|
|
|
|
compile_gml(ThemeEditor.gml ThemeEditorGML.h theme_editor_gml)
|
|
|
|
set(SOURCES
|
|
PreviewWidget.cpp
|
|
main.cpp
|
|
ThemeEditorGML.h
|
|
)
|
|
|
|
serenity_app(ThemeEditor ICON app-theme-editor)
|
|
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient LibMain)
|