1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 06:25:07 +00:00
serenity/Userland/Applications/ThemeEditor/CMakeLists.txt
2021-01-12 12:05:23 +01:00

7 lines
140 B
CMake

set(SOURCES
PreviewWidget.cpp
main.cpp
)
serenity_app(ThemeEditor ICON app-theme-editor)
target_link_libraries(ThemeEditor LibGUI)