mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
22dd5a7021
This is only used by the "jobs" builtin right now, but more soon.
11 lines
162 B
CMake
11 lines
162 B
CMake
set(SOURCES
|
|
AST.cpp
|
|
Builtin.cpp
|
|
Job.cpp
|
|
Parser.cpp
|
|
Shell.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Shell)
|
|
target_link_libraries(Shell LibCore LibLine)
|