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()
|