mirror of
https://github.com/darlinghq/darling-network_cmds.git
synced 2024-11-23 11:49:51 +00:00
11 lines
216 B
CMake
11 lines
216 B
CMake
project(network_cmds-pktapctl)
|
|
|
|
add_darling_executable(pktapctl
|
|
pktapctl.c
|
|
)
|
|
|
|
install(TARGETS pktapctl DESTINATION libexec/darling/usr/bin)
|
|
|
|
install(FILES pktapctl.8 DESTINATION libexec/darling/usr/share/man/man8)
|
|
|