mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
Demos: Move to Userland/Demos/
This commit is contained in:
parent
ececac65c2
commit
7fc079bd86
23 changed files with 1 additions and 1 deletions
6
Userland/Demos/WidgetGallery/CMakeLists.txt
Normal file
6
Userland/Demos/WidgetGallery/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(WidgetGallery ICON app-widget-gallery)
|
||||
target_link_libraries(WidgetGallery LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue