mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
8 lines
131 B
CMake
8 lines
131 B
CMake
set(SOURCES
|
|
DHCPv4Client.cpp
|
|
DHCPv4.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DHCPClient)
|
|
target_link_libraries(DHCPClient LibCore)
|