mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-19 11:57:40 +00:00
8 lines
108 B
CMake
8 lines
108 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
serenity_bin(Shell)
|
|
target_link_libraries(Shell LibCore LibLine)
|