mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
file: Port to LibMain
This commit is contained in:
parent
27e63d40f1
commit
54f6829533
2 changed files with 10 additions and 14 deletions
|
@ -88,7 +88,7 @@ target_link_libraries(dmesg LibMain)
|
|||
target_link_libraries(echo LibMain)
|
||||
target_link_libraries(expr LibRegex)
|
||||
target_link_libraries(fdtdump LibDeviceTree LibMain)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress LibMain)
|
||||
target_link_libraries(find LibMain)
|
||||
target_link_libraries(fortune LibMain)
|
||||
target_link_libraries(functrace LibDebug LibX86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue