mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
8 lines
140 B
CMake
8 lines
140 B
CMake
set(SOURCES
|
|
PreviewWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(ThemeEditor ICON app-theme-editor)
|
|
target_link_libraries(ThemeEditor LibGUI)
|