fix(ast): 删掉ast结构
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
add_library(frontend STATIC
|
||||
AntlrDriver.cpp
|
||||
AstBuilder.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(frontend PUBLIC
|
||||
build_options
|
||||
ast
|
||||
"${ANTLR4_RUNTIME_TARGET}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user