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

Utilities: Port realpath to LibMain

This commit is contained in:
Ryan Chandler 2022-02-09 10:43:21 +00:00 committed by Linus Groh
parent 2e87a5b7eb
commit 65de0d2910
2 changed files with 6 additions and 6 deletions

View file

@ -154,6 +154,7 @@ target_link_libraries(pmemdump LibMain)
target_link_libraries(pro LibMain LibProtocol)
target_link_libraries(ps LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(realpath LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(rm LibMain)
target_link_libraries(rmdir LibMain)