Initial support for the CMake build system.
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
1 add_llvm_library(LLVMVMCore
2   AsmWriter.cpp
3   AutoUpgrade.cpp
4   BasicBlock.cpp
5   ConstantFold.cpp
6   Constants.cpp
7   Core.cpp
8   DebugInfoBuilder.cpp
9   Dominators.cpp
10   Function.cpp
11   Globals.cpp
12   InlineAsm.cpp
13   Instruction.cpp
14   Instructions.cpp
15   IntrinsicInst.cpp
16   LeakDetector.cpp
17   Mangler.cpp
18   Module.cpp
19   ModuleProvider.cpp
20   ParameterAttributes.cpp
21   Pass.cpp
22   PassManager.cpp
23   Type.cpp
24   TypeSymbolTable.cpp
25   Use.cpp
26   Value.cpp
27   ValueSymbolTable.cpp
28   ValueTypes.cpp
29   Verifier.cpp
30   )
31
32 add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )