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

grep: Port to LibMain

This commit is contained in:
Lucas CHOLLET 2022-01-13 21:17:16 +01:00 committed by Idan Horowitz
parent 9e1e80954b
commit c2e7acc8bb
2 changed files with 6 additions and 9 deletions

View file

@ -100,7 +100,7 @@ target_link_libraries(flock LibMain)
target_link_libraries(fortune LibMain)
target_link_libraries(functrace LibDebug LibX86 LibMain)
target_link_libraries(gml-format LibGUI LibMain)
target_link_libraries(grep LibRegex)
target_link_libraries(grep LibRegex LibMain)
target_link_libraries(gron LibMain)
target_link_libraries(groups LibMain)
target_link_libraries(gunzip LibCompress)