mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +00:00
Utilities/ln: Port to LibMain
This patch simply ports the utility ln to LibMain :^)
This commit is contained in:
parent
81492b3cee
commit
0ac7931545
2 changed files with 5 additions and 6 deletions
|
@ -110,6 +110,7 @@ target_link_libraries(js LibJS LibLine LibMain)
|
|||
link_with_unicode_data(js)
|
||||
target_link_libraries(keymap LibKeyboard LibMain)
|
||||
target_link_libraries(less LibMain)
|
||||
target_link_libraries(ln LibMain)
|
||||
target_link_libraries(logout LibMain)
|
||||
target_link_libraries(ls LibMain)
|
||||
target_link_libraries(lspci LibPCIDB LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue