blob: a7601be02f4a167cd52a1a0d641cfca6ac7b5aa2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
LIBRARY()
PEERDIR(
yql/essentials/public/issue
)
SRCS(
tokens.cpp
lexer.h
hints.cpp
hints.h
parse_hints_impl.cpp
parse_hints_impl.h
)
END()
RECURSE_FOR_TESTS(
ut
)
|