Initial support for the CMake build system.
[oota-llvm.git] / tools / lli / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
2
3 add_llvm_tool(lli
4   lli.cpp
5   )