mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
a398898c12
This commit refactors Shell to a Core::Object and switches its looping to Core::EventLoop.
8 lines
122 B
CMake
8 lines
122 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Parser.cpp
|
|
Shell.cpp
|
|
)
|
|
|
|
serenity_bin(Shell)
|
|
target_link_libraries(Shell LibCore LibLine)
|