ladybird/Tests/LibWebView/CMakeLists.txt

7 lines
159 B
CMake

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