xref: /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/CMakeLists.txt (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1add_llvm_library(LLVMTableGen
2  Error.cpp
3  JSONBackend.cpp
4  Main.cpp
5  Record.cpp
6  SetTheory.cpp
7  StringMatcher.cpp
8  TableGenBackend.cpp
9  TGLexer.cpp
10  TGParser.cpp
11
12  ADDITIONAL_HEADER_DIRS
13  ${LLVM_MAIN_INCLUDE_DIR}/llvm/TableGen
14  )
15