1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:57:36 +00:00

yes: Port to LibMain

This commit is contained in:
mjz19910 2022-01-03 20:04:15 -07:00 committed by Brian Gianforcaro
parent e9a15995fd
commit f705f57d9a
2 changed files with 5 additions and 6 deletions

View file

@ -165,3 +165,4 @@ target_link_libraries(wasm LibWasm LibLine)
target_link_libraries(whoami LibMain)
target_link_libraries(watch LibMain)
target_link_libraries(wsctl LibGUI)
target_link_libraries(yes LibMain)