summaryrefslogtreecommitdiff
path: root/Shell/CMakeLists.txt
blob: 10bec5f28280ce819937a5bfcc109008f911a501 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SOURCES
    AST.cpp
    Builtin.cpp
    Job.cpp
    Parser.cpp
    Shell.cpp
    main.cpp
)

serenity_bin(Shell)
target_link_libraries(Shell LibCore LibLine)