mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 06:37:34 +00:00
DevTools: Move to Userland/DevTools/
This commit is contained in:
parent
13d7c09125
commit
4055b03291
125 changed files with 2 additions and 2 deletions
6
Userland/DevTools/Playground/CMakeLists.txt
Normal file
6
Userland/DevTools/Playground/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Playground ICON app-playground)
|
||||
target_link_libraries(Playground LibDesktop LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue