mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
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)
|