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

file: Port to LibMain

This commit is contained in:
Kenneth Myhra 2021-12-08 19:47:04 +01:00 committed by Brian Gianforcaro
parent 27e63d40f1
commit 54f6829533
2 changed files with 10 additions and 14 deletions

View file

@ -88,7 +88,7 @@ target_link_libraries(dmesg LibMain)
target_link_libraries(echo LibMain)
target_link_libraries(expr LibRegex)
target_link_libraries(fdtdump LibDeviceTree LibMain)
target_link_libraries(file LibGfx LibIPC LibCompress)
target_link_libraries(file LibGfx LibIPC LibCompress LibMain)
target_link_libraries(find LibMain)
target_link_libraries(fortune LibMain)
target_link_libraries(functrace LibDebug LibX86)