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

Utilities: Port pathchk to LibMain

This commit is contained in:
Michał Lach 2022-02-27 14:56:44 +01:00 committed by Andreas Kling
parent e0de892f8f
commit 665505db42
2 changed files with 12 additions and 14 deletions

View file

@ -160,6 +160,7 @@ target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(realpath LibMain)
target_link_libraries(pathchk LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(rm LibMain)
target_link_libraries(rmdir LibMain)