aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/ragel5/redfsm/ya.make
blob: 8bb2b97d440a51e3dfdc4a57abb47145735ef800 (plain) (blame)
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
LIBRARY()

LICENSE(GPL-2.0-or-later)

NO_UTIL()
NO_COMPILER_WARNINGS()

ADDINCL(
    GLOBAL contrib/tools/ragel5/redfsm
)

PEERDIR(
    contrib/tools/ragel5/aapl
    contrib/tools/ragel5/common
)

SRCS(
    gendata.cpp
    redfsm.cpp
    xmlparse.cpp
    xmlscan.cpp
    xmltags.cpp
)

END()