Eliminate object-relinking support from CMake. Fixes PR 4429 and
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / CMakeLists.txt
1 add_llvm_library(LLVMInterpreter
2   Execution.cpp
3   ExternalFunctions.cpp
4   Interpreter.cpp
5   )