mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
8 lines
152 B
CMake
8 lines
152 B
CMake
|
set(TEST_SOURCES
|
||
|
TestWebViewURL.cpp
|
||
|
)
|
||
|
|
||
|
foreach(source IN LISTS TEST_SOURCES)
|
||
|
serenity_test("${source}" LibWebView LIBS LibWebView)
|
||
|
endforeach()
|