mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
077a8058c3
This enables us to display email subject fields with non-ASCII characters in Mail :^)
8 lines
185 B
CMake
8 lines
185 B
CMake
set(TEST_SOURCES
|
|
TestQuotedPrintable.cpp
|
|
TestMessageHeaderEncoding.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibIMAP LIBS LibIMAP)
|
|
endforeach()
|