mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:17:45 +00:00
test-imap: Convert test-imap to LibMain
This commit is contained in:
parent
5f645e84d8
commit
53e9d757fe
2 changed files with 5 additions and 9 deletions
|
@ -146,7 +146,7 @@ target_link_libraries(tar LibArchive LibCompress)
|
|||
target_link_libraries(telws LibProtocol LibLine)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
|
||||
target_link_libraries(test-imap LibIMAP)
|
||||
target_link_libraries(test-imap LibIMAP LibMain)
|
||||
target_link_libraries(test-pthread LibThreading)
|
||||
target_link_libraries(top LibMain)
|
||||
target_link_libraries(touch LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue