mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 03:39:17 +00:00
7 lines
140 B
CMake
7 lines
140 B
CMake
set(TEST_SOURCES
|
|
TestParser.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibXML LIBS LibXML)
|
|
endforeach()
|