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 (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
set(LOGTHRSOURCE_HEADERS
    logthrsource/logthrsourcedrv.h
    logthrsource/logthrfetcherdrv.h
    PARENT_SCOPE)

set(LOGTHRSOURCE_SOURCES
    logthrsource/logthrsourcedrv.c
    logthrsource/logthrfetcherdrv.c
    PARENT_SCOPE)

add_test_subdirectory(tests)