mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
ThemeEditor: Start working on a window theme editor :^)
This commit is contained in:
parent
80a9896e83
commit
dfe8adde3f
5 changed files with 170 additions and 0 deletions
7
Applications/ThemeEditor/CMakeLists.txt
Normal file
7
Applications/ThemeEditor/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
PreviewWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(ThemeEditor)
|
||||
target_link_libraries(ThemeEditor LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue