Add a missing dependency to this library when building with CMake.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index afc482dd15bfafde6737999aa5d2069b4d0ad228..ca8b8436c11fd576d3164b2603d7307d10041aff 100644 (file)
@@ -7,3 +7,5 @@ add_llvm_library(LLVMAsmPrinter
   DwarfException.cpp
   OcamlGCPrinter.cpp
   )
+
+target_link_libraries (LLVMAsmPrinter LLVMMCParser)