CMakeLists.txt revision c7b9051c4c815c752d07a5c22612c599df26adeb
1add_llvm_library(LLVMAsmPrinter
2  AsmPrinter.cpp
3  AsmPrinterDwarf.cpp
4  AsmPrinterInlineAsm.cpp
5  DIE.cpp
6  DwarfDebug.cpp
7  DwarfException.cpp
8  OcamlGCPrinter.cpp
9  )
10
11target_link_libraries (LLVMAsmPrinter LLVMMCParser)
12