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

watch: Port to LibMain

This commit is contained in:
Junior Rantila 2021-11-24 16:36:07 +01:00 committed by Brian Gianforcaro
parent 4178479ee5
commit 3d63e688f7
2 changed files with 10 additions and 13 deletions

View file

@ -149,4 +149,5 @@ 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(watch LibMain)
target_link_libraries(wsctl LibGUI)