Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / lib / Linker / CMakeLists.txt
1 add_llvm_library(LLVMLinker
2   LinkArchives.cpp
3   LinkItems.cpp
4   LinkModules.cpp
5   Linker.cpp
6   )