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

readelf: Port to LibMain

This commit is contained in:
Brian Gianforcaro 2022-03-21 00:59:45 -07:00 committed by Andreas Kling
parent 575fcc42c3
commit 0a9e84aff0
2 changed files with 10 additions and 15 deletions

View file

@ -168,6 +168,7 @@ target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)
target_link_libraries(purge LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(readelf LibMain)
target_link_libraries(realpath LibMain)
target_link_libraries(reboot LibMain)
target_link_libraries(rev LibMain)