Skip to content

Commit b77830c

Browse files
pnv1blinkov
authored andcommitted
Fix antlr4 build (#15104)
1 parent 046abdc commit b77830c

File tree

2 files changed

+2
-0
lines changed
  • ydb/public/lib/ydb_cli/commands/interactive/antlr_ast/gen

2 files changed

+2
-0
lines changed

ydb/public/lib/ydb_cli/commands/interactive/antlr_ast/gen/v1_ansi_antlr4/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN_ANTLR4(
3232
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg
3333
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Files.stg
3434
OUT SQLv1Antlr4Parser.cpp SQLv1Antlr4Lexer.cpp SQLv1Antlr4Parser.h SQLv1Antlr4Lexer.h
35+
OUTPUT_INCLUDES contrib/libs/antlr4_cpp_runtime/src/antlr4-runtime.h
3536
CWD ${ARCADIA_BUILD_ROOT}/${MODDIR}
3637
)
3738

ydb/public/lib/ydb_cli/commands/interactive/antlr_ast/gen/v1_antlr4/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN_ANTLR4(
3232
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Cpp.stg
3333
${ARCADIA_BUILD_ROOT}/${MODDIR}/org/antlr/v4/tool/templates/codegen/Cpp/Files.stg
3434
OUT SQLv1Antlr4Parser.cpp SQLv1Antlr4Lexer.cpp SQLv1Antlr4Parser.h SQLv1Antlr4Lexer.h
35+
OUTPUT_INCLUDES contrib/libs/antlr4_cpp_runtime/src/antlr4-runtime.h
3536
CWD ${ARCADIA_BUILD_ROOT}/${MODDIR}
3637
)
3738

0 commit comments

Comments
 (0)