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

6 lines
120 B
CMake

add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)
add_llvm_link_components(HowToUseJIT jit interpreter nativecodegen)