Fix cmake builds.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index 7ed5f97dbd5d55656a52ea51e4b1b65203a5e04f..066aaab48cc7247dc2ca4cf81c7bfe235b0b6aa5 100644 (file)
@@ -1,5 +1,10 @@
 add_llvm_library(LLVMAsmPrinter
   AsmPrinter.cpp
+  DIE.cpp
+  DwarfDebug.cpp
+  DwarfException.cpp
+  DwarfLabel.cpp
+  DwarfPrinter.cpp
   DwarfWriter.cpp
   OcamlGCPrinter.cpp
   )