mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
12 lines
162 B
CMake
12 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)
|