summaryrefslogtreecommitdiff
path: root/lib/TableGen/CMakeLists.txt
blob: fb702187d13a98ee8b2552e82930e99834fafd21 (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_library(LLVMTableGen
  Error.cpp
  Main.cpp
  Record.cpp
  SetTheory.cpp
  StringMatcher.cpp
  TableGenBackend.cpp
  TGLexer.cpp
  TGParser.cpp
  )