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

LaunchServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-12-06 15:57:25 +01:00
parent 58b99df16d
commit 69ea1ff743
2 changed files with 6 additions and 10 deletions

View file

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