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

ConfigServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 15:25:17 +01:00
parent 9c9cd20dce
commit 70b1312fd4
2 changed files with 8 additions and 15 deletions

View file

@ -15,4 +15,4 @@ set(SOURCES
)
serenity_bin(ConfigServer)
target_link_libraries(ConfigServer LibIPC)
target_link_libraries(ConfigServer LibIPC LibMain)