File: CMakeLists.txt

package info (click to toggle)
syslog-ng 3.28.1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,028 kB
  • sloc: ansic: 132,531; python: 5,838; makefile: 5,195; sh: 4,580; java: 3,555; xml: 3,344; yacc: 1,209; lex: 493; perl: 193; awk: 184
file content (28 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
set(STATS_HEADERS
    stats/stats.h
    stats/stats-control.h
    stats/stats-counter.h
    stats/stats-cluster.h
    stats/stats-csv.h
    stats/stats-log.h
    stats/stats-registry.h
    stats/stats-query.h
    stats/stats-query-commands.h
    stats/stats-cluster-logpipe.h
    stats/stats-cluster-single.h
    PARENT_SCOPE)

set(STATS_SOURCES
    stats/stats.c
    stats/stats-control.c
    stats/stats-cluster.c
    stats/stats-csv.c
    stats/stats-log.c
    stats/stats-registry.c
    stats/stats-query.c
    stats/stats-query-commands.c
    stats/stats-cluster-logpipe.c
    stats/stats-cluster-single.c
    PARENT_SCOPE)

add_test_subdirectory(tests)