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:
parent
83056efc1a
commit
16746efcf8
2 changed files with 11 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue