ladybird/Shell/CMakeLists.txt

14 lines
200 B
CMake
Raw Normal View History

set(SOURCES
AST.cpp
Builtin.cpp
2020-09-16 03:43:04 +03:00
Formatter.cpp
Job.cpp
2020-09-16 03:43:04 +03:00
NodeVisitor.cpp
Parser.cpp
Shell.cpp
main.cpp
)
serenity_bin(Shell)
target_link_libraries(Shell LibCore LibLine)