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

rm: Port to LibMain

This commit is contained in:
Ariel Abreu 2022-01-24 20:58:47 -05:00 committed by Brian Gianforcaro
parent 5f602e39e9
commit 0fea2203dc
2 changed files with 7 additions and 7 deletions

View file

@ -149,6 +149,7 @@ target_link_libraries(pro LibMain LibProtocol)
target_link_libraries(ps LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(rm LibMain)
target_link_libraries(run-tests LibRegex)
target_link_libraries(shot LibGUI)
target_link_libraries(shuf LibMain)