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