add_library(sem STATIC Sema.cpp SymbolTable.cpp ConstEval.cpp func.cpp ) target_link_libraries(sem PUBLIC build_options ${ANTLR4_RUNTIME_TARGET} )