ladybird/Demos/WebView/CMakeLists.txt

7 lines
95 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(WebView)
target_link_libraries(WebView LibWeb LibGUI)