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

Clipboard: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 16:13:08 +01:00
parent db79f1cb78
commit 788be69bcd
2 changed files with 7 additions and 11 deletions

View file

@ -16,4 +16,4 @@ set(SOURCES
)
serenity_bin(Clipboard)
target_link_libraries(Clipboard LibCore LibIPC)
target_link_libraries(Clipboard LibCore LibIPC LibMain)