aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/antlr3_cpp_runtime/ya.make
blob: 5c019aa396308f2df7792d496c40cb2f6cb71d1f (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
26
27
28
29
LIBRARY()

# git repository: https://github.com/ibre5041/antlr3.git
# XXX fork of: https://github.com/antlr/antlr3.git
# directory: runtime/Cpp
# revision: a4d1928e03b2b3f74579e54a6211cd1d695001b9

VERSION(2016-03-31-a4d1928e03b2b3f74579e54a6211cd1d695001b9)

LICENSE(
    BSD-3-Clause AND
    Unicode-Mappings
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

OWNER(g:yql)

NO_COMPILER_WARNINGS()

ADDINCL(
    GLOBAL contrib/libs/antlr3_cpp_runtime/include
)

SRCS(
    antlr3.cpp
)

END()