1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:57:36 +00:00

test-unveil: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-03-29 19:25:04 +02:00 committed by Brian Gianforcaro
parent 0015040ebd
commit 3df8c9e9de
2 changed files with 17 additions and 14 deletions

View file

@ -200,6 +200,7 @@ target_link_libraries(test-bindtodevice LibMain)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell LibMain)
target_link_libraries(test-imap LibIMAP LibMain)
target_link_libraries(test-pthread LibThreading LibMain)
target_link_libraries(test-unveil LibMain)
target_link_libraries(timezone LibMain)
target_link_libraries(top LibMain)
target_link_libraries(touch LibMain)