You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nudt-compiler-cpp/src/sem/CMakeLists.txt

11 lines
159 B

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