1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:17:46 +00:00

printf: Port to LibMain

This commit is contained in:
Brian Gianforcaro 2022-03-20 13:30:32 -07:00 committed by Andreas Kling
parent dba23c55dd
commit 544609b40f
2 changed files with 8 additions and 3 deletions

View file

@ -162,6 +162,7 @@ target_link_libraries(ping LibMain)
target_link_libraries(pls LibCrypt LibMain)
target_link_libraries(pmap LibMain)
target_link_libraries(pmemdump LibMain)
target_link_libraries(printf LibMain)
target_link_libraries(pro LibMain LibProtocol)
target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)