style(doc): 统一 Lexer Parser 相关表述
This commit is contained in:
@@ -8,7 +8,7 @@ target_link_libraries(frontend PUBLIC
|
||||
${ANTLR4_RUNTIME_TARGET}
|
||||
)
|
||||
|
||||
# 自动纳入构建目录中的 ANTLR 生成源码(若存在)
|
||||
# 自动纳入构建目录中的 Lexer/Parser 生成源码(若存在)
|
||||
file(GLOB_RECURSE ANTLR4_GENERATED_SOURCES CONFIGURE_DEPENDS
|
||||
"${ANTLR4_GENERATED_DIR}/*.cpp"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user