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

errno: Port to LibMain

This commit is contained in:
Kenneth Myhra 2021-12-21 19:08:23 +01:00 committed by Andreas Kling
parent 2e0f53c25d
commit 8aafe6cd1f
2 changed files with 8 additions and 6 deletions

View file

@ -88,6 +88,7 @@ target_link_libraries(dmesg LibMain)
target_link_libraries(du LibMain)
target_link_libraries(echo LibMain)
target_link_libraries(env LibMain)
target_link_libraries(errno LibMain)
target_link_libraries(expr LibRegex LibMain)
target_link_libraries(fdtdump LibDeviceTree LibMain)
target_link_libraries(file LibGfx LibIPC LibCompress LibMain)