CMakeLists.txt revision 74851494443271fd4935594e4632ef6f27a230a2
1add_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
16add_llvm_library_dependencies(LLVMAsmPrinter
17  LLVMAnalysis
18  LLVMCodeGen
19  LLVMCore
20  LLVMMC
21  LLVMMCParser
22  LLVMSupport
23  LLVMTarget
24  )
25