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