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

fgrep: Port fgrep to LibMain

This commit is contained in:
Kenneth Myhra 2021-12-21 20:22:53 +01:00 committed by Andreas Kling
parent 8aafe6cd1f
commit 22c27e1ba9
2 changed files with 11 additions and 9 deletions

View file

@ -91,6 +91,7 @@ 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(fgrep LibMain)
target_link_libraries(file LibGfx LibIPC LibCompress LibMain)
target_link_libraries(find LibMain)
target_link_libraries(flock LibMain)