ladybird/Tests/LibWebView/CMakeLists.txt

8 lines
159 B
CMake
Raw Normal View History

set(TEST_SOURCES
TestWebViewURL.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibWebView LIBS LibWebView LibURL)
endforeach()