Newer
Older
minerva / Tests / LibXML / CMakeLists.txt
@minerva minerva on 13 Jul 139 bytes Initial commit
set(TEST_SOURCES
    TestParser.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    minerva_test("${source}" LibXML LIBS LibXML)
endforeach()