File: CMakeLists.txt

package info (click to toggle)
syslog-ng 3.38.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,484 kB
  • sloc: ansic: 147,811; python: 8,307; makefile: 5,767; sh: 5,048; java: 3,646; xml: 3,344; yacc: 1,168; lex: 497; perl: 193; awk: 190
file content (15 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(REGEXPPARSER_SOURCES
    regexp-parser.c
    regexp-parser.h
    regexp-parser-parser.c
    regexp-parser-parser.h
    regexp-parser-plugin.c
)

add_module(
  TARGET regexp-parser
  GRAMMAR regexp-parser-grammar
  SOURCES ${REGEXPPARSER_SOURCES}
)

add_test_subdirectory(tests)