mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
9 lines
131 B
CMake
9 lines
131 B
CMake
set(SOURCES
|
|
DHCPv4Client.cpp
|
|
DHCPv4.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(DHCPClient)
|
|
target_link_libraries(DHCPClient LibCore)
|