add_library(sem STATIC
  Sema.cpp
  SymbolTable.cpp
  ConstEval.cpp
)

target_link_libraries(sem PUBLIC
  build_options
  ast
)
