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