mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
a398898c12
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)
|