Make MCJIT work with CMake.
[oota-llvm.git] / tools / lli / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
2
3 add_llvm_tool(lli
4   lli.cpp
5   )