mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +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
7
Userland/Demos/Eyes/CMakeLists.txt
Normal file
7
Userland/Demos/Eyes/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
EyesWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(Eyes ICON app-eyes)
|
||||
target_link_libraries(Eyes LibGUI LibGfx)
|
Loading…
Add table
Add a link
Reference in a new issue