9 lines
109 B
CMake
9 lines
109 B
CMake
add_library(ast STATIC
|
|
AstNodes.cpp
|
|
AstPrinter.cpp
|
|
)
|
|
|
|
target_link_libraries(ast PUBLIC
|
|
build_options
|
|
)
|