style(build): 统一 target 依赖声明写法

This commit is contained in:
Lane0218
2026-03-12 15:28:17 +08:00
parent 48bfd40497
commit 020e2d772d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ add_library(frontend STATIC
target_link_libraries(frontend PUBLIC
build_options
"${ANTLR4_RUNTIME_TARGET}"
${ANTLR4_RUNTIME_TARGET}
)
# 自动纳入构建目录中的 ANTLR 生成源码(若存在)