mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-25 03:31:55 +00:00
6 lines
95 B
CMake
6 lines
95 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(WebView)
|
|
target_link_libraries(WebView LibWeb LibGUI)
|