llvm-6502/tools/lli/CMakeLists.txt
2010-09-10 21:14:25 +00:00

7 lines
151 B
CMake

add_llvm_tool(lli
lli.cpp
)
add_llvm_link_components(lli jit interpreter nativecodegen)
target_link_libraries(lli LLVMBitReader LLVMSelectionDAG)