Initial support for the CMake build system.
[oota-llvm.git] / lib / ExecutionEngine / JIT / CMakeLists.txt
1 # TODO: Support other architectures. See Makefile.
2 add_definitions(-DENABLE_X86_JIT)
3
4 add_partially_linked_object(LLVMJIT
5   Intercept.cpp
6   JIT.cpp
7   JITDwarfEmitter.cpp
8   JITEmitter.cpp
9   JITMemoryManager.cpp
10   TargetSelect.cpp
11   )