mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
echo: Port to LibMain :^)
This commit is contained in:
parent
d7336879d1
commit
98e65f71da
2 changed files with 6 additions and 6 deletions
|
@ -67,6 +67,7 @@ target_link_libraries(copy LibGUI LibMain)
|
|||
target_link_libraries(diff LibDiff)
|
||||
target_link_libraries(disasm LibX86)
|
||||
target_link_libraries(dmesg LibMain)
|
||||
target_link_libraries(echo LibMain)
|
||||
target_link_libraries(expr LibRegex)
|
||||
target_link_libraries(fdtdump LibDeviceTree)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue