mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-15 04:07:36 +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)
|