blob: cad4d64c0a9f15da9f9fcd7ef7c21ebffb95d24f (
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
|
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)
NO_COMPILER_WARNINGS()
ADDINCL(
GLOBAL contrib/libs/antlr3_cpp_runtime/include
)
SRCS(
antlr3.cpp
)
END()
|