2024-02-03 02:41:06 +02:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(dhcp-client ${SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_include_headers(dhcp-client ban)
|
|
|
|
banan_link_library(dhcp-client libc)
|
2024-02-03 02:41:06 +02:00
|
|
|
|
2024-06-19 04:20:23 +03:00
|
|
|
install(TARGETS dhcp-client)
|