Really unbreak CMake build
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
1 add_llvm_library(LLVMSelectionDAG
2   DAGCombiner.cpp
3   FastISel.cpp
4   FunctionLoweringInfo.cpp
5   InstrEmitter.cpp
6   LegalizeDAG.cpp
7   LegalizeFloatTypes.cpp
8   LegalizeIntegerTypes.cpp
9   LegalizeTypes.cpp
10   LegalizeTypesGeneric.cpp
11   LegalizeVectorOps.cpp
12   LegalizeVectorTypes.cpp
13   ScheduleDAGFast.cpp
14  ScheduleDAGRRList.cpp
15   ScheduleDAGSDNodes.cpp
16   SelectionDAG.cpp
17   SelectionDAGBuilder.cpp
18   SelectionDAGISel.cpp
19   SelectionDAGPrinter.cpp
20   TargetLowering.cpp
21   TargetSelectionDAGInfo.cpp
22   )
23
24 add_llvm_library_dependencies(LLVMSelectionDAG
25   LLVMAnalysis
26   LLVMCodeGen
27   LLVMCore
28   LLVMMC
29   LLVMSupport
30   LLVMTarget
31   LLVMTransformUtils
32   )