CMake: use add_llvm_example for HowToUseJIT.
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_example(HowToUseJIT
4   HowToUseJIT.cpp
5   )