Rewrite the CMake build to use explicit dependencies between libraries,
[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   DwarfCFIException.cpp
8   DwarfCompileUnit.cpp
9   DwarfDebug.cpp
10   DwarfException.cpp
11   OcamlGCPrinter.cpp
12   Win64Exception.cpp
13   )
14
15 add_llvm_library_dependencies(LLVMAsmPrinter
16   LLVMAnalysis
17   LLVMCodeGen
18   LLVMCore
19   LLVMMC
20   LLVMMCParser
21   LLVMSupport
22   LLVMTarget
23   )