672af144d691d10508f6df934e2958bbb7f5e494
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 add_llvm_example(HowToUseJIT
2   HowToUseJIT.cpp
3   )
4
5 add_llvm_link_components(HowToUseJIT jit interpreter nativecodegen)