mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 17:51:03 +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()
|