build(build): 拆分子目录 CMakeLists 并规范目标命名
This commit is contained in:
10
src/sem/CMakeLists.txt
Normal file
10
src/sem/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
add_library(sem STATIC
|
||||
Sema.cpp
|
||||
SymbolTable.cpp
|
||||
ConstEval.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(sem PUBLIC
|
||||
build_options
|
||||
ast
|
||||
)
|
||||
Reference in New Issue
Block a user