mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
7 lines
95 B
CMake
7 lines
95 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(WebView)
|
|
target_link_libraries(WebView LibWeb LibGUI)
|