1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

SystemServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-12-16 20:04:50 +01:00
parent e5a5091b6f
commit e923762afc
2 changed files with 6 additions and 7 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(SystemServer)
target_link_libraries(SystemServer LibCore)
target_link_libraries(SystemServer LibCore LibMain)