CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index afc482dd15bfafde6737999aa5d2069b4d0ad228..ef6e157e86d0e2e092e07436883becbb7c9c122d 100644 (file)
@@ -7,3 +7,12 @@ add_llvm_library(LLVMAsmPrinter
   DwarfException.cpp
   OcamlGCPrinter.cpp
   )
+
+target_link_libraries (LLVMAsmPrinter
+  LLVMAnalysis
+  LLVMCodeGen
+  LLVMCore
+  LLVMMC
+  LLVMMCParser
+  LLVMTarget
+  )