summaryrefslogtreecommitdiff
path: root/Shell/CMakeLists.txt
blob: bf35dab3a92c6b1174dafb16a2ae2c8508c2183c (plain)
1
2
3
4
5
6
7
8
set(SOURCES
    main.cpp
    Parser.cpp
    Shell.cpp
)

serenity_bin(Shell)
target_link_libraries(Shell LibCore LibLine)