mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
uniq: Port to LibMain
This commit is contained in:
parent
28ea412251
commit
35cd7c9a91
2 changed files with 5 additions and 6 deletions
|
@ -149,6 +149,7 @@ target_link_libraries(top LibMain)
|
|||
target_link_libraries(touch LibMain)
|
||||
target_link_libraries(truncate LibMain)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(uniq LibMain)
|
||||
target_link_libraries(unzip LibArchive LibCompress)
|
||||
target_link_libraries(uptime LibMain)
|
||||
target_link_libraries(userdel LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue