mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +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)
|