mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
fgrep: Port fgrep to LibMain
This commit is contained in:
parent
8aafe6cd1f
commit
22c27e1ba9
2 changed files with 11 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue