1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:37:34 +00:00
serenity/Userland/Applications/ThemeEditor/CMakeLists.txt
2021-10-28 11:23:44 +02:00

15 lines
314 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)