Newer
Older
minerva / Tests / LibIMAP / CMakeLists.txt
@minerva minerva on 13 Jul 184 bytes Initial commit
set(TEST_SOURCES
    TestQuotedPrintable.cpp
    TestMessageHeaderEncoding.cpp
)

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