1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 05:37:34 +00:00

SpiceAgent: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-28 13:49:24 +01:00
parent 83056efc1a
commit 16746efcf8
2 changed files with 11 additions and 28 deletions

View file

@ -10,5 +10,5 @@ set(SOURCES
)
serenity_bin(SpiceAgent)
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC)
target_link_libraries(SpiceAgent LibGfx LibCore LibIPC LibMain)
add_dependencies(SpiceAgent Clipboard)