blob: 7780938a0cbf46e2438f2039db086f986e29b404 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LIBRARY()
SRCS(
yql_expr_nodes_gen.h
yql_expr_nodes_gen.cpp
)
PEERDIR(
yql/essentials/ast
yql/essentials/public/udf
)
END()
RECURSE(
gen
)
|