Add new files to cmake.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
1 add_llvm_library(LLVMAsmPrinter
2   ARMException.cpp
3   AsmPrinter.cpp
4   AsmPrinterDwarf.cpp
5   AsmPrinterInlineAsm.cpp
6   DIE.cpp
7   DwarfAccelTable.cpp
8   DwarfCFIException.cpp
9   DwarfCompileUnit.cpp
10   DwarfDebug.cpp
11   DwarfException.cpp
12   OcamlGCPrinter.cpp
13   Win64Exception.cpp
14   )
15
16 add_llvm_library_dependencies(LLVMAsmPrinter
17   LLVMAnalysis
18   LLVMCodeGen
19   LLVMCore
20   LLVMMC
21   LLVMMCParser
22   LLVMSupport
23   LLVMTarget
24   )