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

find: Port to LibMain

This commit is contained in:
Tim Schumacher 2021-11-23 12:32:41 +01:00 committed by Andreas Kling
parent c3c2fe153b
commit 4ca35ac1b8
2 changed files with 7 additions and 8 deletions

View file

@ -74,6 +74,7 @@ target_link_libraries(echo LibMain)
target_link_libraries(expr LibRegex)
target_link_libraries(fdtdump LibDeviceTree)
target_link_libraries(file LibGfx LibIPC LibCompress)
target_link_libraries(find LibMain)
target_link_libraries(fortune LibMain)
target_link_libraries(functrace LibDebug LibX86)
target_link_libraries(gml-format LibGUI)