CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / AsmParser / CMakeLists.txt
index 985ebe20098854afc12c6c603a8e0dc491c748e3..02ea240dde1ef7fcd1276447e55add0f06d765c5 100644 (file)
@@ -4,3 +4,5 @@ add_llvm_library(LLVMAsmParser
   LLParser.cpp
   Parser.cpp
   )
+
+target_link_libraries(LLVMAsmParser LLVMCore)