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

wc: Port to LibMain

This commit is contained in:
mjz19910 2022-01-03 22:15:52 -07:00 committed by Brian Gianforcaro
parent fc78bbe78c
commit 7f9bd34d07
2 changed files with 6 additions and 10 deletions

View file

@ -162,6 +162,7 @@ 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(wc LibMain)
target_link_libraries(which LibMain)
target_link_libraries(whoami LibMain)
target_link_libraries(watch LibMain)