Add a missing dependency to this library when building with CMake.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Apr 2010 05:55:25 +0000 (05:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Apr 2010 05:55:25 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100852 91177308-0d34-0410-b5e6-96231b3b80d8

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)