mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
This commit refactors Shell to a Core::Object and switches its looping to Core::EventLoop.
9 lines
122 B
CMake
9 lines
122 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Parser.cpp
|
|
Shell.cpp
|
|
)
|
|
|
|
serenity_bin(Shell)
|
|
target_link_libraries(Shell LibCore LibLine)
|