mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
15 lines
213 B
CMake
15 lines
213 B
CMake
serenity_component(
|
|
DHCPClient
|
|
REQUIRED
|
|
TARGETS DHCPClient
|
|
)
|
|
|
|
set(SOURCES
|
|
DHCPv4Client.cpp
|
|
DHCPv4.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DHCPClient)
|
|
target_link_libraries(DHCPClient LibCore LibMain)
|