summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT/CMakeLists.txt
blob: 428b53ffb9be92bddb4063881014d6e2de2eab61 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)

add_llvm_example(HowToUseJIT
  HowToUseJIT.cpp
  )