mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
Shell: Switch to using Core::EventLoop
This commit refactors Shell to a Core::Object and switches its looping to Core::EventLoop.
This commit is contained in:
parent
172df68666
commit
a398898c12
6 changed files with 1975 additions and 1761 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
Parser.cpp
|
||||
Shell.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Shell)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue