blob: 7448cd2af3c5b709800f5327e6b1f542f48cca82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
LIBRARY()
LICENSE(GPL-2.0-or-later)
NO_UTIL()
NO_COMPILER_WARNINGS()
ADDINCL(
GLOBAL contrib/tools/ragel5/common
)
PEERDIR(
contrib/tools/ragel5/aapl
)
SRCS(
common.cpp
)
END()
|