mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
7 lines
159 B
CMake
7 lines
159 B
CMake
set(TEST_SOURCES
|
|
TestWebViewURL.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibWebView LIBS LibWebView LibURL)
|
|
endforeach()
|