File: CMakeLists.txt

package info (click to toggle)
bro-aux 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,104 kB
  • sloc: sh: 999; ansic: 943; ruby: 71; makefile: 68; perl: 35; cpp: 26
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
set(rst_SRCS
    rst.c
)

add_executable(rst ${rst_SRCS})

target_link_libraries(rst ${BIND_LIBRARY})

AddAuxInstallTarget(rst)