add_library(ast STATIC
  AstNodes.cpp
  AstPrinter.cpp
)

target_link_libraries(ast PUBLIC
  build_options
)
