1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:55:08 +00:00
serenity/Demos/WebView/CMakeLists.txt

6 lines
95 B
CMake

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