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

whoami: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-29 21:16:35 +01:00
parent a93205199b
commit fbeebce4e3
2 changed files with 8 additions and 13 deletions

View file

@ -123,4 +123,5 @@ target_link_libraries(cpp-parser LibCpp LibGUI)
target_link_libraries(cpp-preprocessor LibCpp LibGUI)
target_link_libraries(w LibMain)
target_link_libraries(wasm LibWasm LibLine)
target_link_libraries(whoami LibMain)
target_link_libraries(wsctl LibGUI)