mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:34:58 +00:00
12 lines
243 B
CMake
12 lines
243 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
Objects.cpp
|
|
Parser.cpp
|
|
QuotedPrintable.cpp
|
|
MessageHeaderEncoding.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES)
|
|
|
|
serenity_lib(LibIMAP imap)
|
|
target_link_libraries(LibIMAP PRIVATE LibCore LibCrypto LibTextCodec LibTLS)
|