mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 15:18:11 +00:00
7 lines
140 B
CMake
7 lines
140 B
CMake
set(SOURCES
|
|
PreviewWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(ThemeEditor ICON app-theme-editor)
|
|
target_link_libraries(ThemeEditor LibGUI)
|