mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
7 lines
108 B
CMake
7 lines
108 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
serenity_bin(Shell)
|
|
target_link_libraries(Shell LibCore LibLine)
|