mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 03:11:00 +00: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)
|