File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
ydb/library/yql/parser/proto_ast/gen Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
5
+ ydb/library/yql/parser/proto_ast
5
6
)
6
7
7
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
+ ydb/library/yql/parser/proto_ast
5
6
)
6
7
7
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
+ ydb/library/yql/parser/proto_ast
5
6
)
6
7
7
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
+ ydb/library/yql/parser/proto_ast
5
6
)
6
7
7
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ LIBRARY()
2
2
3
3
PEERDIR (
4
4
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5
+ ydb/library/yql/parser/proto_ast
5
6
)
6
7
7
8
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
@@ -49,8 +50,4 @@ RUN_ANTLR4(
49
50
CWD ${antlr_output}
50
51
)
51
52
52
- PEERDIR(
53
- contrib/libs/antlr4_cpp_runtime
54
- )
55
-
56
53
END()
You can’t perform that action at this time.
0 commit comments