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