Teach cmake about the new Erlang GC files.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index f6ce17d221aa55f039a48e34cea0432d9249dfb4..8d15c069c6f8df6c0caab6056ec20d5b03a27a92 100644 (file)
@@ -9,16 +9,7 @@ add_llvm_library(LLVMAsmPrinter
   DwarfCompileUnit.cpp
   DwarfDebug.cpp
   DwarfException.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
   Win64Exception.cpp
   )
-
-add_llvm_library_dependencies(LLVMAsmPrinter
-  LLVMAnalysis
-  LLVMCodeGen
-  LLVMCore
-  LLVMMC
-  LLVMMCParser
-  LLVMSupport
-  LLVMTarget
-  )