mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +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)
|