Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / lib / Target / CMakeLists.txt
1 add_llvm_library(LLVMTarget
2   Mangler.cpp
3   SubtargetFeature.cpp
4   Target.cpp
5   TargetAsmLexer.cpp
6   TargetData.cpp
7   TargetELFWriterInfo.cpp
8   TargetFrameInfo.cpp
9   TargetInstrInfo.cpp
10   TargetIntrinsicInfo.cpp
11   TargetLoweringObjectFile.cpp
12   TargetMachine.cpp
13   TargetRegisterInfo.cpp
14   TargetSubtarget.cpp
15   )