2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
2020-06-17 18:05:06 +04:30
|
|
|
AST.cpp
|
|
|
|
Builtin.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
main.cpp
|
|
|
|
Parser.cpp
|
2020-05-16 23:35:13 +04:30
|
|
|
Shell.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_bin(Shell)
|
|
|
|
target_link_libraries(Shell LibCore LibLine)
|