llvm-project/llvm/lib/TableGen/CMakeLists.txt

12 lines
166 B
CMake

set(LLVM_REQUIRES_EH 1)
add_llvm_library(LLVMTableGen
Error.cpp
Main.cpp
Record.cpp
StringMatcher.cpp
TableGenBackend.cpp
TGLexer.cpp
TGParser.cpp
)