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

DHCPClient: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-29 21:35:04 +01:00
parent 6e7ff8cf1c
commit 74a6fb64b2
2 changed files with 9 additions and 24 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_bin(DHCPClient)
target_link_libraries(DHCPClient LibCore)
target_link_libraries(DHCPClient LibCore LibMain)