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

syscall: Port to LibMain

This commit is contained in:
alexmajor 2022-01-24 21:02:39 -05:00 committed by Brian Gianforcaro
parent 6deb032335
commit 61f2b7434f
2 changed files with 10 additions and 7 deletions

View file

@ -166,6 +166,7 @@ target_link_libraries(stat LibMain)
target_link_libraries(strace LibMain)
target_link_libraries(su LibCrypt LibMain)
target_link_libraries(sync LibMain)
target_link_libraries(syscall LibMain)
target_link_libraries(tac LibMain)
target_link_libraries(tail LibMain)
target_link_libraries(tar LibArchive LibCompress)