xref: /aosp_15_r20/external/llvm/lib/TableGen/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1add_llvm_library(LLVMTableGen
2  Error.cpp
3  Main.cpp
4  Record.cpp
5  SetTheory.cpp
6  StringMatcher.cpp
7  TableGenBackend.cpp
8  TGLexer.cpp
9  TGParser.cpp
10
11  ADDITIONAL_HEADER_DIRS
12  ${LLVM_MAIN_INCLUDE_DIR}/llvm/TableGen
13  )
14