mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
13 lines
243 B
CMake
13 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)
|