1 2 3 4 5 6 7 8
set(SOURCES main.cpp Parser.cpp Shell.cpp ) serenity_bin(Shell) target_link_libraries(Shell LibCore LibLine)