ad7da9576974b5e655b5c994a6f16e0af31989f2
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_executable(HowToUseJIT
4   HowToUseJIT.cpp
5   )