ladybird/Shell/CMakeLists.txt
AnotherTest a398898c12 Shell: Switch to using Core::EventLoop
This commit refactors Shell to a Core::Object and switches its looping
to Core::EventLoop.
2020-05-17 11:58:08 +02:00

9 lines
122 B
CMake

set(SOURCES
main.cpp
Parser.cpp
Shell.cpp
)
serenity_bin(Shell)
target_link_libraries(Shell LibCore LibLine)