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

shuf: Port to LibMain

This commit is contained in:
Michel Hermier 2022-01-20 21:12:35 +01:00 committed by Brian Gianforcaro
parent 4e02b204ef
commit 176de579f2
2 changed files with 5 additions and 5 deletions

View file

@ -147,6 +147,7 @@ target_link_libraries(pwd LibMain)
target_link_libraries(rev LibMain)
target_link_libraries(run-tests LibRegex)
target_link_libraries(shot LibGUI)
target_link_libraries(shuf LibMain)
target_link_libraries(sql LibLine LibSQL LibIPC)
target_link_libraries(stat LibMain)
target_link_libraries(strace LibMain)