File: CMakeLists.txt

package info (click to toggle)
netkit-tftp 0.17-22
  • links: PTS
  • area: main
  • in suites: buster
  • size: 420 kB
  • sloc: ansic: 1,663; makefile: 47; sh: 25
file content (17 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

add_executable(
    tftp
    tftp.c
    main.c
    tftpsubs.c
)
install(
    TARGETS tftp
    DESTINATION ${BIN_DIR}
)

install(
    FILES tftp.1
    DESTINATION ${MAN_DIR}/man1/
)