summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT/CMakeLists.txt
blob: 672af144d691d10508f6df934e2958bbb7f5e494 (plain)
1
2
3
4
5
add_llvm_example(HowToUseJIT
  HowToUseJIT.cpp
  )

add_llvm_link_components(HowToUseJIT jit interpreter nativecodegen)