File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ydb/public/lib/ydb_cli/commands/interactive/antlr_ast/gen Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN_ANTLR4(
32
32
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg
33
33
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Files.stg
34
34
OUT SQLv1Antlr4Parser.cpp SQLv1Antlr4Lexer.cpp SQLv1Antlr4Parser.h SQLv1Antlr4Lexer.h
35
+ OUTPUT_INCLUDES contrib/libs/antlr4_cpp_runtime/src/antlr4-runtime.h
35
36
CWD ${ARCADIA_BUILD_ROOT}/${MODDIR}
36
37
)
37
38
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN_ANTLR4(
32
32
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg
33
33
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Files.stg
34
34
OUT SQLv1Antlr4Parser.cpp SQLv1Antlr4Lexer.cpp SQLv1Antlr4Parser.h SQLv1Antlr4Lexer.h
35
+ OUTPUT_INCLUDES contrib/libs/antlr4_cpp_runtime/src/antlr4-runtime.h
35
36
CWD ${ARCADIA_BUILD_ROOT}/${MODDIR}
36
37
)
37
38
You can’t perform that action at this time.
0 commit comments