
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)
|