1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 20:27:36 +00:00
serenity/Userland/Services/DHCPClient/CMakeLists.txt
2021-01-12 12:23:01 +01:00

8 lines
131 B
CMake

set(SOURCES
DHCPv4Client.cpp
DHCPv4.cpp
main.cpp
)
serenity_bin(DHCPClient)
target_link_libraries(DHCPClient LibCore)